X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-push.sh;h=21775fc21ae6668b04972ef942b2d90a789f4af6;hb=06c084d28b150ac1e2ed0c6f3ce7db6ca42dfc67;hp=73dcf067cb2cb6c74ce0a51b055470b5c46222e4;hpb=d2540f0203f52e4888a06372765443ce5717eb0f;p=git.git diff --git a/git-push.sh b/git-push.sh index 73dcf067c..21775fc21 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 ;; *) @@ -61,7 +63,7 @@ esac shift ;# away the initial 'x' # $# is now 0 if there was no explicit refspec on the command line -# and there was no defalt refspec to push from remotes/ file. +# and there was no default refspec to push from remotes/ file. # we will let git-send-pack to do its "matching refs" thing. case "$remote" in