aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index 1de2335..cd4af72 100644
--- a/cgit.h
+++ b/cgit.h
@@ -144,6 +144,7 @@ struct cgit_query {
144 int nohead; 144 int nohead;
145 char *sort; 145 char *sort;
146 int showmsg; 146 int showmsg;
147 int ssdiff;
147}; 148};
148 149
149struct cgit_config { 150struct cgit_config {
@@ -187,6 +188,7 @@ struct cgit_config {
187 int max_lock_attempts; 188 int max_lock_attempts;
188 int max_msg_len; 189 int max_msg_len;
189 int max_repodesc_len; 190 int max_repodesc_len;
191 int max_blob_size;
190 int max_stats; 192 int max_stats;
191 int nocache; 193 int nocache;
192 int noplainemail; 194 int noplainemail;
@@ -196,6 +198,7 @@ struct cgit_config {
196 int summary_branches; 198 int summary_branches;
197 int summary_log; 199 int summary_log;
198 int summary_tags; 200 int summary_tags;
201 int ssdiff;
199 struct string_list mimetypes; 202 struct string_list mimetypes;
200 struct cgit_filter *about_filter; 203 struct cgit_filter *about_filter;
201 struct cgit_filter *commit_filter; 204 struct cgit_filter *commit_filter;