Unidiff1 files changed, 1 insertions, 0 deletions
|
diff --git a/cgit.h b/cgit.h index bed770b..74aa340 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -205,16 +205,17 @@ struct cgit_config { |
205 | int max_repodesc_len; |
205 | int max_repodesc_len; |
206 | int max_blob_size; |
206 | int max_blob_size; |
207 | int max_stats; |
207 | int max_stats; |
208 | int nocache; |
208 | int nocache; |
209 | int noplainemail; |
209 | int noplainemail; |
210 | int noheader; |
210 | int noheader; |
211 | int renamelimit; |
211 | int renamelimit; |
212 | int remove_suffix; |
212 | int remove_suffix; |
| |
213 | int scan_hidden_path; |
213 | int section_from_path; |
214 | int section_from_path; |
214 | int snapshots; |
215 | int snapshots; |
215 | int summary_branches; |
216 | int summary_branches; |
216 | int summary_log; |
217 | int summary_log; |
217 | int summary_tags; |
218 | int summary_tags; |
218 | int ssdiff; |
219 | int ssdiff; |
219 | struct string_list mimetypes; |
220 | struct string_list mimetypes; |
220 | struct cgit_filter *about_filter; |
221 | struct cgit_filter *about_filter; |
|