X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-fetch.sh;h=b4325d9d98589bf7823174318b431197d6b896c6;hb=39c015c556f285106931e0500f301de462b0e46e;hp=6730346ba07a8c60cb79a2ec720d072b74cebaca;hpb=92643a27cc2cc7ce55ba2afd6155f94b40e1aa89;p=git.git diff --git a/git-fetch.sh b/git-fetch.sh index 6730346b..b4325d9d 100755 --- a/git-fetch.sh +++ b/git-fetch.sh @@ -25,8 +25,8 @@ do -a|--a|--ap|--app|--appe|--appen|--append) append=t ;; - -u|--u|--up|--upl|--uploa|--upload|--upload-|--upload-p|--upload-pa|\ - --upload-pac|--upload-pack) + --upl|--uplo|--uploa|--upload|--upload-|--upload-p|\ + --upload-pa|--upload-pac|--upload-pack) shift exec="--exec=$1" upload_pack="-u $1"