This commit is contained in:
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]"
|
||||||
|
Reference in New Issue
Block a user