Add a script to make an msysGit shortcut
commitbaef0effb4b090e98abaed4f3422602ed2a5aa1b
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 17 Dec 2007 20:23:09 +0000 (17 21:23 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 18 Dec 2007 20:17:52 +0000 (18 21:17 +0100)
tree33310e62882c8c83a61467ab73bd032f790a578b
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]