New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #25994 (closed enhancement: fixed)

Opened 3 years ago

Last modified 22 months ago

GitX: variant suggestion

Reported by: markph0204@… Owned by: cal@…
Priority: Low Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: GitX

Description (last modified by ryandesign@…) (diff)

Request to add a variant, applying this patch if the variant is chosen. This patch will disable the association with folder names ending in .git to be automatically opened with the GitX application. Apparently, this is the only known workaround that works and must be done at build time. Please see this GitX issue as reference: http://gitx.lighthouseapp.com/projects/17830/tickets/15-disable-finder-integration

--- a/Info.plist
+++ b/Info.plist
@@ -11,7 +11,7 @@
 		<dict>
 			<key>CFBundleTypeExtensions</key>
 			<array>
-				<string>git</string>
+				<string></string>
 				<string></string>
 			</array>
 			<key>CFBundleTypeIconFile</key>

Change History

comment:1 Changed 3 years ago by ryandesign@…

  • Description modified (diff)
  • Summary changed from GitX variant suggestion to GitX: variant suggestion
  • Keywords gitx removed
  • Owner changed from macports-tickets@… to mnick@…
  • Type changed from request to enhancement
  • Port set to GitX

In the future please fill in the Port field, Cc the port's maintainer, and use WikiFormatting. "Request" is for requests for new ports; this is an "enhancement".

comment:2 Changed 22 months ago by raimue@…

  • Owner changed from mnick@… to cal@…

Port abandoned after #30605, assigning to new maintainer.

comment:3 Changed 22 months ago by cal@…

  • Status changed from new to closed
  • Resolution set to fixed

Commited in r81767.

Build with

port install GitX -finder_integration

to disable finder integration.

Note: See TracTickets for help on using tickets.