projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49744d6
)
(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
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]"