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>maint
parent
9de328fea9
commit
d9e3b7025f
|
@ -865,7 +865,7 @@ _git_rebase ()
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
--*)
|
--*)
|
||||||
__gitcomp "--onto --merge --strategy"
|
__gitcomp "--onto --merge --strategy --interactive"
|
||||||
return
|
return
|
||||||
esac
|
esac
|
||||||
__gitcomp "$(__git_refs)"
|
__gitcomp "$(__git_refs)"
|
||||||
|
|
Loading…
Reference in New Issue