completion: add some missing options to `git push`
authorJohn Keeping <redacted>
Tue, 22 Jul 2014 18:24:57 +0000 (19:24 +0100)
committerJunio C Hamano <redacted>
Tue, 22 Jul 2014 20:23:39 +0000 (13:23 -0700)
Signed-off-by: John Keeping <redacted>
Signed-off-by: Junio C Hamano <redacted>
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=
                "
git clone https://git.99rst.org/PROJECT