]> git.ipfire.org Git - thirdparty/git.git/commitdiff
completion: add some missing options to `git push`
authorJohn Keeping <john@keeping.me.uk>
Tue, 22 Jul 2014 18:24:57 +0000 (19:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Jul 2014 20:23:39 +0000 (13:23 -0700)
Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash

index b27f385adc3b9456379d15fbc208bb633c0f5d27..4a4ce7be2576d1885f6b34b1cdad27a9c845f8fb 100644 (file)
@@ -1635,6 +1635,7 @@ _git_push ()
        --*)
                __gitcomp "
                        --all --mirror --tags --dry-run --force --verbose
+                       --quiet --prune --delete --follow-tags
                        --receive-pack= --repo= --set-upstream
                        --recurse-submodules=
                "