diff options
Diffstat (limited to 'third_party/git/log-tree.h')
-rw-r--r-- | third_party/git/log-tree.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/git/log-tree.h b/third_party/git/log-tree.h index e66862807463..8fa79289ec6b 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); |