diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 089a7b0571..f9b827a617 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 ;;