10 -v|
--v|
--ve|
--ver|
--vers|
--versi|
--versio|
--version)
11 echo "git version @@GIT_VERSION@@"
14 test -x "$path/git-$cmd" && exec "$path/git-$cmd" "$@" ;;
17 echo "Usage: git COMMAND [OPTIONS] [TARGET]"
18 if [ -n "$cmd" ]; then
19 echo "git command '$cmd' not found."
21 echo "git commands are:"
23 fmt <<\EOF |
sed -e 's/^/ /'