WinGit: Delete wrapper scripts as they might have been replaced by built-ins
commitb82da751f945f59cdf36335bbec14b6f092952db
authorSebastian Schuberth <sschuberth@visageimaging.com>
Sun, 3 Feb 2008 12:11:21 +0000 (3 13:11 +0100)
committerSebastian Schuberth <sschuberth@visageimaging.com>
Sun, 3 Feb 2008 12:11:21 +0000 (3 13:11 +0100)
treed2404e9f386722f779f47d4c005801e88e9b018e
parenta7d6a7b2f264360a33b2d93a899cfd7c999abdce
WinGit: Delete wrapper scripts as they might have been replaced by built-ins

Executing a script takes precedence over executing a .exe file in MSYS when
omitting the extension. If a newer Git version promoted a script to a built-in,
that version will no longer come with the script version of the command. Thus,
when performing an update instead of a new install, the script from the older
version will be present as well as the new git.exe with the command built-in.
However, typing in the command's name at the shell will still launch the script
instead of (a copy of / a link to) git.exe. Therefore we now delete all scripts
that have the name of a built-in before we create the built-in copies / links.
share/WinGit/install.iss