Code

Merge branch 'mg/maint-remote-fix' into maint
[git.git] / 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