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 " __gitcomp "
--all --mirror --tags --dry-run --force --verbose --all --mirror --tags --dry-run --force
--receive-pack= --repo= --set-upstream --force-with-lease --verbose --receive-pack= --repo=
--recurse-submodules= --set-upstream --recurse-submodules=
" "
return return
;; ;;