]> asedeno.scripts.mit.edu Git - git.git/commit
git-gui: Create a .app file on MacOS X if requested.
authorShawn O. Pearce <spearce@spearce.org>
Sat, 18 Nov 2006 05:31:00 +0000 (00:31 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 18 Nov 2006 05:31:00 +0000 (00:31 -0500)
commit06c311157a045c2189acc5496fdc71a806c28f8c
tree6f85d7eef7cff5236d7898c04ba8da10f1917b46
parentc1237ae288aae7e45a18f3d5097b49451293acfe
git-gui: Create a .app file on MacOS X if requested.

If a user works with a repository frequently they may want to just
create an icon they can use to launch git-gui against that repository.

Since we already support this concept on Windows we can do the same on
Mac OS X by creating a .app file with a tiny shell script in it that
sets up the necessary environment then invokes our script.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui