completion: add some missing options to git push

Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
John Keeping 2014-07-22 19:24:57 +01:00 committed by Junio C Hamano
parent 3a224ff2bb
commit 9e8a6a9433

View 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=
"