about summary refs log tree commit diff
path: root/third_party/git/log-tree.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--third_party/git/log-tree.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/git/log-tree.h b/third_party/git/log-tree.h
index e668628074..8fa79289ec 100644
--- a/third_party/git/log-tree.h
+++ b/third_party/git/log-tree.h
@@ -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);