From: Johannes Schindelin Date: Wed, 13 Jan 2016 12:17:22 +0000 (+0100) Subject: completion: add missing branch.*.rebase values X-Git-Tag: v2.8.0-rc0~102^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17c4ddbbaf5842ee6389f6a0f525c40d15152b55;p=thirdparty%2Fgit.git completion: add missing branch.*.rebase values Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 6956807519..880a69a271 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1808,7 +1808,7 @@ _git_config () return ;; branch.*.rebase) - __gitcomp "false true" + __gitcomp "false true preserve interactive" return ;; remote.pushdefault)