]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/log.c
Allow customizable commit decorations colors
[thirdparty/git.git] / builtin / log.c
index 976e16f9f2e6e5f8e2229d90caae9f7df4d75309..0835866b153599ce504e32f5e7231b305718d4e9 100644 (file)
@@ -296,6 +296,9 @@ static int git_log_config(const char *var, const char *value, void *cb)
                default_show_root = git_config_bool(var, value);
                return 0;
        }
+       if (!prefixcmp(var, "color.decorate."))
+               return parse_decorate_color_config(var, 15, value);
+
        return git_diff_ui_config(var, value, cb);
 }