Work around incompatible sort and find on windows.
commitcd4ce16f0fa35828ce33cc2fa90b4ab6528a28ea
authorJohannes Sixt <johannes.sixt@telecom.at>
Sun, 9 Sep 2007 19:00:47 +0000 (9 21:00 +0200)
committerJohannes Sixt <johannes.sixt@telecom.at>
Fri, 21 Sep 2007 19:53:50 +0000 (21 21:53 +0200)
treebf71cebb0d244084c2677c7fb1affbbe16e0cea7
parenta64e23954fc617019354a929dcefaa6049c2f744
Work around incompatible sort and find on windows.

If the PATH lists the Windows system directories before the MSYS
directories, Windows's own incompatible sort and find commands would be
picked up. We implement these commands as functions and call the real
tools by absolute path.

Also add a dummy implementation of sync to avoid an error in git-repack.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
git-clone.sh
git-ls-remote.sh
git-sh-setup.sh
t/test-lib.sh