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