diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -85,6 +85,7 @@ struct cgit_repo { | |||
85 | int enable_remote_branches; | 85 | int enable_remote_branches; |
86 | int enable_subject_links; | 86 | int enable_subject_links; |
87 | int max_stats; | 87 | int max_stats; |
88 | int branch_sort; | ||
88 | int commit_sort; | 89 | int commit_sort; |
89 | time_t mtime; | 90 | time_t mtime; |
90 | struct cgit_filter *about_filter; | 91 | struct cgit_filter *about_filter; |
@@ -234,6 +235,7 @@ struct cgit_config { | |||
234 | int summary_log; | 235 | int summary_log; |
235 | int summary_tags; | 236 | int summary_tags; |
236 | int ssdiff; | 237 | int ssdiff; |
238 | int branch_sort; | ||
237 | int commit_sort; | 239 | int commit_sort; |
238 | struct string_list mimetypes; | 240 | struct string_list mimetypes; |
239 | struct cgit_filter *about_filter; | 241 | struct cgit_filter *about_filter; |