From: Shawn O. Pearce Date: Mon, 5 Feb 2007 20:44:32 +0000 (-0500) Subject: bash: Support --add completion to git-config. X-Git-Tag: v1.5.0-rc4~38 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1b71eb35ddb20057a266b05258de24d350ed5ba5;p=git.git bash: Support --add completion to git-config. We've recently added --add as an argument to git-config, but I missed putting it into the earlier round of git-config updates within the bash completion. Signed-off-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 089a7b057..f9b827a61 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -719,7 +719,7 @@ _git_config () __gitcomp " --global --list --replace-all --get --get-all --get-regexp - --unset --unset-all + --add --unset --unset-all " return ;;