From 423e34228245c797ef1daccb910d961c28ae5ee8 Mon Sep 17 00:00:00 2001 From: Antti Ahti Date: Mon, 16 Feb 2015 14:31:31 +0200 Subject: [PATCH] Add --force-with-lease to git push autocompletion --- completion/available/git.completion.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/completion/available/git.completion.bash b/completion/available/git.completion.bash index 019026ef..cfede1fc 100644 --- a/completion/available/git.completion.bash +++ b/completion/available/git.completion.bash @@ -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 ;;