Imported Upstream version 2.14.3
[platform/upstream/git.git] / builtin / clean.c
index c1bafda..057fc97 100644 (file)
@@ -125,7 +125,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)