X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-push.sh;h=f10cadbf159bcd63af0c3834bd7cd2fab6cce57c;hb=b3ca4e4ebba6915ea534c4b82cfc5d6f10b4c283;hp=73dcf067cb2cb6c74ce0a51b055470b5c46222e4;hpb=ed50804e54ecd3cb4f2f25fc18221a2a026e5457;p=git.git diff --git a/git-push.sh b/git-push.sh index 73dcf067..f10cadbf 100755 --- a/git-push.sh +++ b/git-push.sh @@ -8,7 +8,7 @@ USAGE='[--all] [--tags] [--force] [...]' has_all= has_force= has_exec= -has_thin= +has_thin=--thin remote= do_tags= @@ -24,7 +24,9 @@ do --exec=*) has_exec="$1" ;; --thin) - has_thin="$1" ;; + ;; # noop + --no-thin) + has_thin= ;; -*) usage ;; *)