Unidiff1 files changed, 2 insertions, 0 deletions
|
diff --git a/cgit.h b/cgit.h index 6c6c460..b7b0adb 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -140,12 +140,13 @@ struct cgit_query { |
140 | char *url; |
140 | char *url; |
141 | char *period; |
141 | char *period; |
142 | int ofs; |
142 | int ofs; |
143 | int nohead; |
143 | int nohead; |
144 | char *sort; |
144 | char *sort; |
145 | int showmsg; |
145 | int showmsg; |
| |
146 | int ssdiff; |
146 | }; |
147 | }; |
147 | |
148 | |
148 | struct cgit_config { |
149 | struct cgit_config { |
149 | char *agefile; |
150 | char *agefile; |
150 | char *cache_root; |
151 | char *cache_root; |
151 | char *clone_prefix; |
152 | char *clone_prefix; |
@@ -191,12 +192,13 @@ struct cgit_config { |
191 | int noheader; |
192 | int noheader; |
192 | int renamelimit; |
193 | int renamelimit; |
193 | int snapshots; |
194 | int snapshots; |
194 | int summary_branches; |
195 | int summary_branches; |
195 | int summary_log; |
196 | int summary_log; |
196 | int summary_tags; |
197 | int summary_tags; |
| |
198 | int ssdiff; |
197 | struct string_list mimetypes; |
199 | struct string_list mimetypes; |
198 | struct cgit_filter *about_filter; |
200 | struct cgit_filter *about_filter; |
199 | struct cgit_filter *commit_filter; |
201 | struct cgit_filter *commit_filter; |
200 | struct cgit_filter *source_filter; |
202 | struct cgit_filter *source_filter; |
201 | }; |
203 | }; |
202 | |
204 | |
|