Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tz/notes-error-to-stderr' into maint
[gitweb.git]
/
builtin
/
clean.c
diff --git
a/builtin/clean.c
b/builtin/clean.c
index 733b6d3745ee5780c697323372f1e78e28b8a117..189e20628c07774089c5c925380b6b69af16fc7f 100644
(file)
--- a/
builtin/clean.c
+++ b/
builtin/clean.c
@@
-126,7
+126,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)