Skip to content

Commit bdfa542

Browse files
committed
completion: add missing branch.*.rebase values
Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d333323 commit bdfa542

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
@@ -1812,7 +1812,7 @@ _git_config ()
18121812
return
18131813
;;
18141814
branch.*.rebase)
1815-
__gitcomp "false true"
1815+
__gitcomp "false true preserve interactive"
18161816
return
18171817
;;
18181818
remote.pushdefault)

0 commit comments

Comments
 (0)