color: delay auto-color decision until point of use
[gitweb.git] / builtin / commit.c
index e1af9b19f0be71484ae9341762dc2bf89cabb70c..295803a265fbf04345af6b98af8f28873735143f 100644 (file)
@@ -1144,7 +1144,7 @@ static int git_status_config(const char *k, const char *v, void *cb)
                return 0;
        }
        if (!strcmp(k, "status.color") || !strcmp(k, "color.status")) {
-               s->use_color = git_config_colorbool(k, v, -1);
+               s->use_color = git_config_colorbool(k, v);
                return 0;
        }
        if (!prefixcmp(k, "status.color.") || !prefixcmp(k, "color.status.")) {