]> git.ipfire.org Git - thirdparty/git.git/commitdiff
completion: add missing branch.*.rebase values
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 13 Jan 2016 12:17:22 +0000 (13:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Jan 2016 21:00:48 +0000 (13:00 -0800)
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash

index 69568075191af7b22fc4e9e556cdcd3c19dc7a51..880a69a271c36d5ee9ba12034df1cae461ee2bb8 100644 (file)
@@ -1808,7 +1808,7 @@ _git_config ()
                return
                ;;
        branch.*.rebase)
-               __gitcomp "false true"
+               __gitcomp "false true preserve interactive"
                return
                ;;
        remote.pushdefault)