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: commands are:"
21 echo " git commands are:"
25 add apply archimport bisect branch checkout cherry clone
26 commit count-objects cvsimport
diff fetch format-patch
27 fsck-cache get-tar-commit-id init-db log ls-remote octopus
28 pack-objects parse-remote patch-id prune pull push rebase
29 relink rename repack request-pull
reset resolve revert
30 send-email shortlog show-branch status tag verify-tag