Show the possible settings "always", "never" or "auto" also for color.grep in addition to the the other color.* settings. Signed-off-by: Christof Krüger <git@xxxxxxxxxxxxxxxxxxx> --- contrib/completion/git-completion.bash | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index b36290f..4aeeee6 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1884,7 +1884,7 @@ _git_config () __gitcomp "$__git_merge_strategies" return ;; - color.branch|color.diff|color.interactive|\ + color.branch|color.diff|color.grep|color.interactive|\ color.showbranch|color.status|color.ui) __gitcomp "always never auto" return -- 1.7.6.rc2 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html