Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 9e8a6a9

Browse files
johnkeepinggitster
authored andcommitted
completion: add some missing options to git push
Signed-off-by: John Keeping <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3a224ff commit 9e8a6a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1635,6 +1635,7 @@ _git_push ()
16351635
--*)
16361636
__gitcomp "
16371637
--all --mirror --tags --dry-run --force --verbose
1638+
--quiet --prune --delete --follow-tags
16381639
--receive-pack= --repo= --set-upstream
16391640
--recurse-submodules=
16401641
"

0 commit comments

Comments
 (0)