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

View File

@ -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)"