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:
Pascal Obry 2008-04-06 19:32:24 +02:00 committed by Junio C Hamano
parent 9de328fea9
commit d9e3b7025f

View file

@ -865,7 +865,7 @@ _git_rebase ()
return
;;
--*)
__gitcomp "--onto --merge --strategy"
__gitcomp "--onto --merge --strategy --interactive"
return
esac
__gitcomp "$(__git_refs)"