Skip to content

Commit 17c4ddb

Browse files
dschogitster
authored andcommitted
completion: add missing branch.*.rebase values
Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b5496d4 commit 17c4ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ _git_config ()
18081808
return
18091809
;;
18101810
branch.*.rebase)
1811-
__gitcomp "false true"
1811+
__gitcomp "false true preserve interactive"
18121812
return
18131813
;;
18141814
remote.pushdefault)

0 commit comments

Comments
 (0)