]> git.ipfire.org Git - thirdparty/git.git/blobdiff - log-tree.h
Merge branch 'jt/t5500-unflake'
[thirdparty/git.git] / log-tree.h
index e66862807463a12e28573be04cbcfcf2d200e6f3..8fa79289ec6b6cb27e68534845d345caf40137ea 100644 (file)
@@ -8,7 +8,9 @@ struct log_info {
 };
 
 struct decoration_filter {
-       struct string_list *include_ref_pattern, *exclude_ref_pattern;
+       struct string_list *include_ref_pattern;
+       struct string_list *exclude_ref_pattern;
+       struct string_list *exclude_ref_config_pattern;
 };
 
 int parse_decorate_color_config(const char *var, const char *slot_name, const char *value);