Add a script to make an msysGit shortcutmsysGit-1.5.4-rc0-preview20071217
commit34779d89da3e6ccec36e32a381d913c2de4cc48e
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 17 Dec 2007 20:23:09 +0000 (17 21:23 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 17 Dec 2007 20:32:55 +0000 (17 21:32 +0100)
tree5e526755bcb5c3c438c0b2620c62fec5ac56b68b
parent257a62710c0253d940a59b6fb2f371afa84dcf56
Add a script to make an msysGit shortcut

You can use the script /share/msysGit/add-shortcut.tcl to create an
msysGit shortcut.  The following arguments are handled:

q QuickLaunch (default)
d Desktop
s StartMenu (TopLevel)
s2 StartMenu (Programs>msysGit>msysGit)
a All Users' StartMenu (TopLevel)
a2 All Users' StartMenu (Programs>msysGit>msysGit)

(This reinstates the program create-shortcut in /share/msysGit which
was removed from /share/WinGit in favor of the InnoSetup based
installer.)

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
share/msysGit/.gitignore [new file with mode: 0644]
share/msysGit/Makefile [new file with mode: 0644]
share/msysGit/add-shortcut.tcl [new file with mode: 0644]
share/msysGit/create-shortcut.c [new file with mode: 0644]