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