git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-completion: added suggestions for color.grep
@ 2011-06-21 19:16 Christof Krüger
  0 siblings, 0 replies; only message in thread
From: Christof Krüger @ 2011-06-21 19:16 UTC (permalink / raw)
  To: Shawn O. Pearce; +Cc: git, Christof Krüger

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@christof-krueger.de>
---
 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-21 19:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-21 19:16 [PATCH] git-completion: added suggestions for color.grep Christof Krüger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).