Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
(no commit message)
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
raw
|
patch
| inline |
side by side
(parent:
49744d6
)
diff --git
a/git.sh
b/git.sh
index 178d0f0c09cad4859656dd4480ad9c096032f545..b67a1647e213b0357cefc86ba69ed15a2e62884b 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]"