aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index 6c6c460..8884f9e 100644
--- a/cgit.h
+++ b/cgit.h
@@ -72,6 +72,8 @@ struct cgit_repo {
72 int snapshots; 72 int snapshots;
73 int enable_log_filecount; 73 int enable_log_filecount;
74 int enable_log_linecount; 74 int enable_log_linecount;
75 int enable_remote_branches;
76 int enable_subject_links;
75 int max_stats; 77 int max_stats;
76 time_t mtime; 78 time_t mtime;
77 struct cgit_filter *about_filter; 79 struct cgit_filter *about_filter;
@@ -143,6 +145,8 @@ struct cgit_query {
143 int nohead; 145 int nohead;
144 char *sort; 146 char *sort;
145 int showmsg; 147 int showmsg;
148 int ssdiff;
149 int show_all;
146}; 150};
147 151
148struct cgit_config { 152struct cgit_config {
@@ -178,13 +182,17 @@ struct cgit_config {
178 int enable_index_links; 182 int enable_index_links;
179 int enable_log_filecount; 183 int enable_log_filecount;
180 int enable_log_linecount; 184 int enable_log_linecount;
185 int enable_remote_branches;
186 int enable_subject_links;
181 int enable_tree_linenumbers; 187 int enable_tree_linenumbers;
182 int local_time; 188 int local_time;
189 int max_atom_items;
183 int max_repo_count; 190 int max_repo_count;
184 int max_commit_count; 191 int max_commit_count;
185 int max_lock_attempts; 192 int max_lock_attempts;
186 int max_msg_len; 193 int max_msg_len;
187 int max_repodesc_len; 194 int max_repodesc_len;
195 int max_blob_size;
188 int max_stats; 196 int max_stats;
189 int nocache; 197 int nocache;
190 int noplainemail; 198 int noplainemail;
@@ -194,6 +202,7 @@ struct cgit_config {
194 int summary_branches; 202 int summary_branches;
195 int summary_log; 203 int summary_log;
196 int summary_tags; 204 int summary_tags;
205 int ssdiff;
197 struct string_list mimetypes; 206 struct string_list mimetypes;
198 struct cgit_filter *about_filter; 207 struct cgit_filter *about_filter;
199 struct cgit_filter *commit_filter; 208 struct cgit_filter *commit_filter;