Skip to content

Commit bdfa542

Browse files
committed
completion: add missing branch.*.rebase values
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent d333323 commit bdfa542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)