Skip to content

Commit

Permalink
Add interactive option in rebase command completion list.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pascal Obry authored and Junio C Hamano committed Apr 7, 2008
1 parent 9de328f commit d9e3b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ _git_rebase ()
return
;;
--*)
__gitcomp "--onto --merge --strategy"
__gitcomp "--onto --merge --strategy --interactive"
return
esac
__gitcomp "$(__git_refs)"
Expand Down

0 comments on commit d9e3b70

Please sign in to comment.