projects
/
git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a224ff
)
completion: add some missing options to `git push`
author
John Keeping
<john@keeping.me.uk>
Tue, 22 Jul 2014 18:24:57 +0000
(19:24 +0100)
committer
Junio 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
patch
|
blob
|
history
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index b27f385adc3b9456379d15fbc208bb633c0f5d27..4a4ce7be2576d1885f6b34b1cdad27a9c845f8fb 100644
(file)
--- a/
contrib/completion/git-completion.bash
+++ b/
contrib/completion/git-completion.bash
@@
-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=
"