Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'bw/push-options-recursively-to-submodules' into next
[gitweb.git]
/
builtin
/
clean.c
diff --git
a/builtin/clean.c
b/builtin/clean.c
index e2bb3c69ed4d0c65f05527f27e1505856688d16d..21a7a3299408ac507917ac13f9342e3148ac53ec 100644
(file)
--- a/
builtin/clean.c
+++ b/
builtin/clean.c
@@
-126,8
+126,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)