Add interactive option in rebase command completion list.
authorPascal Obry <pascal.obry@gmail.com>
Sun, 6 Apr 2008 17:32:24 +0000 (19:32 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Apr 2008 03:01:17 +0000 (20:01 -0700)
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>
contrib/completion/git-completion.bash

index 791e30f6d78b06429f239defc76aaa0d09db4e09..96a712b5ea24f83cebf7f7e465168bdce5db6673 100755 (executable)
@@ -865,7 +865,7 @@ _git_rebase ()
                return
                ;;
        --*)
-               __gitcomp "--onto --merge --strategy"
+               __gitcomp "--onto --merge --strategy --interactive"
                return
        esac
        __gitcomp "$(__git_refs)"