(no commit message)
authorPeter Anvin <hpa@tazenda.sc.orionmulti.com>
Wed, 28 Sep 2005 23:53:56 +0000 (16:53 -0700)
committerPeter Anvin <hpa@tazenda.sc.orionmulti.com>
Wed, 28 Sep 2005 23:53:56 +0000 (16:53 -0700)
git.sh

diff --git a/git.sh b/git.sh
index 178d0f0..b67a164 100755 (executable)
--- a/git.sh
+++ b/git.sh
@@ -12,6 +12,7 @@ case "$#" in
                exit 0 ;;
        esac
        test -x $path/git-$cmd && exec $path/git-$cmd "$@" ;;
+       test -x $path/git-$cmd.exe && exec $path/git-$cmd.exe "$@" ;;
 esac
 
 echo "Usage: git COMMAND [OPTIONS] [TARGET]"