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

This commit is contained in:
Antti Ahti
2015-02-16 14:31:31 +02:00
parent 722ef0cd76
commit 423e342282

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
;;