Add interactive option in rebase command completion list.
authorPascal Obry <redacted>
Sun, 6 Apr 2008 17:32:24 +0000 (19:32 +0200)
committerJunio C Hamano <redacted>
Mon, 7 Apr 2008 03:01:17 +0000 (20:01 -0700)
Signed-off-by: Pascal Obry <redacted>
Acked-by: Shawn O. Pearce <redacted>
Signed-off-by: Junio C Hamano <redacted>
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)"
git clone https://git.99rst.org/PROJECT