Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'master' of git://github.com/git-l10n/git-po
[gitweb.git]
/
color.c
diff --git
a/color.c
b/color.c
index 9ccd954d6ba5cea1dd275cac23bb19966b9c6386..9c0dc823701d6aff0979659cd19ebb9c92f2eb8a 100644
(file)
--- a/
color.c
+++ b/
color.c
@@
-308,7
+308,7
@@
int git_config_colorbool(const char *var, const char *value)
if (!strcasecmp(value, "never"))
return 0;
if (!strcasecmp(value, "always"))
- return 1;
+ return
var ? GIT_COLOR_AUTO :
1;
if (!strcasecmp(value, "auto"))
return GIT_COLOR_AUTO;
}