Merge branch 'jt/sha1-file-cleanup' into next
[gitweb.git] / builtin / clean.c
index e2bb3c69ed4d0c65f05527f27e1505856688d16d..21a7a3299408ac507917ac13f9342e3148ac53ec 100644 (file)
@@ -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)