completion: git commit should list --interactive
authorEric Raible <raible@gmail.com>
Thu, 11 Sep 2008 00:40:20 +0000 (17:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 20 Sep 2008 02:47:36 +0000 (19:47 -0700)
Signed-off-by: Eric Raible <raible@gmail.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash
index 1154ae1ac8d334357e98776d0eb3018fa0ad4853..3bc45f6b47837489f36e34b7af43f2be52838272 100755 (executable)
@@ -750,7 +750,7 @@ _git_commit ()
        --*)
                __gitcomp "
                        --all --author= --signoff --verify --no-verify
-                       --edit --amend --include --only
+                       --edit --amend --include --only --interactive
                        "
                return
        esac