Skip to content

Commit d9e3b70

Browse files
Pascal Obrygitster
authored andcommitted
Add interactive option in rebase command completion list.
Signed-off-by: Pascal Obry <[email protected]> Acked-by: Shawn O. Pearce <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9de328f commit d9e3b70

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
@@ -865,7 +865,7 @@ _git_rebase ()
865865
return
866866
;;
867867
--*)
868-
__gitcomp "--onto --merge --strategy"
868+
__gitcomp "--onto --merge --strategy --interactive"
869869
return
870870
esac
871871
__gitcomp "$(__git_refs)"

0 commit comments

Comments
 (0)