From: Eric Raible Date: Thu, 11 Sep 2008 00:40:20 +0000 (-0700) Subject: completion: git commit should list --interactive X-Git-Tag: v1.6.0.3~76 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aa5735bed459be71473b4fda1a9a026f798acf76;p=git.git completion: git commit should list --interactive Signed-off-by: Eric Raible Acked-by: Shawn O. Pearce Signed-off-by: Junio C Hamano --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 1154ae1ac..3bc45f6b4 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -750,7 +750,7 @@ _git_commit () --*) __gitcomp " --all --author= --signoff --verify --no-verify - --edit --amend --include --only + --edit --amend --include --only --interactive " return esac