Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
run-command: mark path lookup errors with ENOENT
[gitweb.git]
/
builtin
/
clean.c
diff --git
a/builtin/clean.c
b/builtin/clean.c
index c1bafda5b63324b0aba7400535cc0ba745e46004..057fc97fe4494338e6a85ac9f695563f1fcb9596 100644
(file)
--- a/
builtin/clean.c
+++ b/
builtin/clean.c
@@
-125,7
+125,8
@@
static int git_clean_config(const char *var, const char *value, void *cb)
return 0;
}
- return git_default_config(var, value, cb);
+ /* inspect the color.ui config variable and others */
+ return git_color_default_config(var, value, cb);
}
static const char *clean_get_color(enum color_clean ix)