/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_*
[git/git.git]
/
builtin-grep.c
diff --git
a/builtin-grep.c
b/builtin-grep.c
index
552ef1f
..
dcc3d48
100644
(file)
--- a/
builtin-grep.c
+++ b/
builtin-grep.c
@@
-871,7
+871,7
@@
int cmd_grep(int argc, const char **argv, const char *prefix)
opt.regflags = REG_NEWLINE;
opt.max_depth = -1;
- strcpy(opt.color_match, GIT_COLOR_
RED GIT_COLOR_BOL
D);
+ strcpy(opt.color_match, GIT_COLOR_
BOLD_RE
D);
opt.color = -1;
git_config(grep_config, &opt);
if (opt.color == -1)