summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 49744d6)
raw | patch | inline | side by side (parent: 49744d6)
author | Peter Anvin <hpa@tazenda.sc.orionmulti.com> | |
Wed, 28 Sep 2005 23:53:56 +0000 (16:53 -0700) | ||
committer | Peter Anvin <hpa@tazenda.sc.orionmulti.com> | |
Wed, 28 Sep 2005 23:53:56 +0000 (16:53 -0700) |
git.sh | patch | blob | history |
index 178d0f0c09cad4859656dd4480ad9c096032f545..b67a1647e213b0357cefc86ba69ed15a2e62884b 100755 (executable)
--- a/git.sh
+++ b/git.sh
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]"