[PATCH] git-completion: added suggestions for color.grep
From: Christof Krüger <hidden>
Date: 2016-06-15 22:51:30
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Christof Krüger <hidden>
Date: 2016-06-15 22:51:30
Subsystem:
the rest · Maintainer:
Linus Torvalds
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 <redacted> --- 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