Initial version of a script generating the WinGit installer
commit42a1680f440aa138eb652efc718ea04d17cb1933
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 8 Aug 2007 01:04:49 +0000 (8 02:04 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 8 Aug 2007 01:04:58 +0000 (8 02:04 +0100)
treee9fe119df3f4276d2bcf563eb42a8df93fffc71b
parent265f55866f3f7653bd1755952292412c5e9bf194
Initial version of a script generating the WinGit installer

This is my idea how things will look like:

- unpack everything into a temporary directory
- start the Tcl/Tk installer
- copy the files

A lot of work is still to do:

- make more precise file lists (otherwise this installer will be huge)
- install a Start Menu
- install a Desktop shortcut
- install Quick Launch icon
- write a Tcl/Tk program to choose the repository to open in git-gui, or
  even better: teach git-gui to not barf when there is not repository, and
  add a menu entry in the "Repository" menu to open a new one.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
share/WinGit/install.tcl [new file with mode: 0644]
share/WinGit/release.sh [new file with mode: 0644]