Add interactive option in rebase command completion list.
Signed-off-by: Pascal Obry <pascal@obry.net> Acked-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
9de328fea9
commit
d9e3b7025f
@ -865,7 +865,7 @@ _git_rebase ()
|
||||
return
|
||||
;;
|
||||
--*)
|
||||
__gitcomp "--onto --merge --strategy"
|
||||
__gitcomp "--onto --merge --strategy --interactive"
|
||||
return
|
||||
esac
|
||||
__gitcomp "$(__git_refs)"
|
||||
|
Loading…
Reference in New Issue
Block a user