Add --force-with-lease to git push autocompletion

pull/414/head
Antti Ahti 2015-02-16 14:31:31 +02:00
parent 722ef0cd76
commit 423e342282
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
;;