]> git.ipfire.org Git - thirdparty/git.git/commitdiff
completion: push --set-upstream
authorTeemu Matilainen <teemu.matilainen@iki.fi>
Thu, 6 Oct 2011 18:40:31 +0000 (21:40 +0300)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Oct 2011 22:12:31 +0000 (15:12 -0700)
Signed-off-by: Teemu Matilainen <teemu.matilainen@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash

index 840ae38760a5de84b369b208a52cc579ce478378..b34384ff24fe9daec1008128bcd6d64c68439233 100755 (executable)
@@ -1796,7 +1796,7 @@ _git_push ()
        --*)
                __gitcomp "
                        --all --mirror --tags --dry-run --force --verbose
-                       --receive-pack= --repo=
+                       --receive-pack= --repo= --set-upstream
                "
                return
                ;;