]> git.ipfire.org Git - thirdparty/git.git/commit - git-gui/git-gui.sh
git-gui: Create Windows shortcut icons for git-gui.
authorShawn O. Pearce <spearce@spearce.org>
Thu, 16 Nov 2006 03:35:26 +0000 (22:35 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 18 Nov 2006 04:56:15 +0000 (23:56 -0500)
commit4aca740b3915b35d7fa1707be79b268b0cc94123
treea6568626d15eab9e892e04460560ffec2e34cc0c
parentfbee8500a5b64a1c0c6103232879bcecc30f64b4
git-gui: Create Windows shortcut icons for git-gui.

If we are running on Windows we now offer a 'Create Desktop Icon' menu
item under the Project menu.  This pops up a save dialog box letting
the user create a .bat file on their desktop (or somewhere else).  The
.bat script will startup Cygwin with a login shell then launch git-gui
in the current working directory.

This is very useful for Windows users who have little to no desire to
start a command window just to run a git-gui session.

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