Merge pull request #414 from apaatsio/git-push-force-with-lease

Add --force-with-lease to git push autocompletion
pull/415/head
Nils Winkler 2015-02-16 14:03:15 +01:00
commit 6d61aa0883
1 changed files with 3 additions and 3 deletions

View File

@ -1629,9 +1629,9 @@ _git_push ()
;;
--*)
__gitcomp "
--all --mirror --tags --dry-run --force --verbose
--receive-pack= --repo= --set-upstream
--recurse-submodules=
--all --mirror --tags --dry-run --force
--force-with-lease --verbose --receive-pack= --repo=
--set-upstream --recurse-submodules=
"
return
;;