mirror of
https://github.com/git/git.git
synced 2024-11-07 01:32:58 +01:00
This commit is contained in:
parent
49744d63e9
commit
296fdc53bd
1 changed files with 1 additions and 0 deletions
1
git.sh
1
git.sh
|
@ -12,6 +12,7 @@ case "$#" in
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
esac
|
esac
|
||||||
test -x $path/git-$cmd && exec $path/git-$cmd "$@" ;;
|
test -x $path/git-$cmd && exec $path/git-$cmd "$@" ;;
|
||||||
|
test -x $path/git-$cmd.exe && exec $path/git-$cmd.exe "$@" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo "Usage: git COMMAND [OPTIONS] [TARGET]"
|
echo "Usage: git COMMAND [OPTIONS] [TARGET]"
|
||||||
|
|
Loading…
Reference in a new issue