Comment from: http://code.google.com/p/git-osx-installer/wiki/OpenInGitGui
The AppleScript? in this one opens a scratch terminal. This can be avoided by using, instead of "tell Application Terminal do script [...] end tell", just this (without invoking the Terminal):
do shell script "(cd " & listOfAliases & "; /usr/local/git/bin/git-gui)"
Comment #1
Posted on May 12, 2008 by Swift WombatI believe I tried that already, and still had the same issue.
I was finding I needed to open a terminal or else fetch / push wouldn't work over ssh, which was the whole motivation for writing the OpenInGitGui icon.
If you find otherwise, please let me know
Comment #2
Posted on May 16, 2008 by Swift Wombat(No comment was entered for this change.)
Status: Invalid
Labels:
Type-Defect
Priority-Medium