Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Enable reflogs by default in any repository with a working directory.
[gitweb.git]
/
config.c
diff --git
a/config.c
b/config.c
index 3cae3901aa9b50e8d04a8ce2633a1a1ef8ed0f6c..1bdef44a3ad315ecc4cdfa879e9c0881bd82722b 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-314,7
+314,7
@@
int git_default_config(const char *var, const char *value)
return 0;
}
- if (!strcmp(var, "pager.color")) {
+ if (!strcmp(var, "pager.color")
|| !strcmp(var, "color.pager")
) {
pager_use_color = git_config_bool(var,value);
return 0;
}