Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
No commit message
  • Loading branch information
Peter Anvin committed Sep 28, 2005
1 parent 49744d6 commit 296fdc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git.sh
Expand Up @@ -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]"
Expand Down

0 comments on commit 296fdc5

Please sign in to comment.