Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
color_parse: do not mention variable name in error message
[gitweb.git]
/
builtin
/
clean.c
diff --git
a/builtin/clean.c
b/builtin/clean.c
index 1032563e5fae880df9256c9eafaa96d60462ecd2..035ea391a2ec0c9399fa9868888d32e84c93b227 100644
(file)
--- a/
builtin/clean.c
+++ b/
builtin/clean.c
@@
-116,8
+116,7
@@
static int git_clean_config(const char *var, const char *value, void *cb)
return 0;
if (!value)
return config_error_nonbool(var);
- color_parse(value, var, clean_colors[slot]);
- return 0;
+ return color_parse(value, clean_colors[slot]);
}
if (!strcmp(var, "clean.requireforce")) {