Files
git/git-sh-setup.sh
Johannes Sixt cd4ce16f0f 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>
2007-09-21 21:53:50 +02:00

3.1 KiB
Executable File