Unidiff1 files changed, 3 insertions, 0 deletions
|
diff --git a/cgit.h b/cgit.h index cb2f176..4fe94c6 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -61,6 +61,7 @@ struct cgit_repo { |
61 | int snapshots; |
61 | int snapshots; |
62 | int enable_log_filecount; |
62 | int enable_log_filecount; |
63 | int enable_log_linecount; |
63 | int enable_log_linecount; |
| |
64 | int max_stats; |
64 | time_t mtime; |
65 | time_t mtime; |
65 | }; |
66 | }; |
66 | |
67 | |
@@ -120,6 +121,7 @@ struct cgit_query { |
120 | char *name; |
121 | char *name; |
121 | char *mimetype; |
122 | char *mimetype; |
122 | char *url; |
123 | char *url; |
| |
124 | char *period; |
123 | int ofs; |
125 | int ofs; |
124 | int nohead; |
126 | int nohead; |
125 | char *sort; |
127 | char *sort; |
@@ -160,6 +162,7 @@ struct cgit_config { |
160 | int max_lock_attempts; |
162 | int max_lock_attempts; |
161 | int max_msg_len; |
163 | int max_msg_len; |
162 | int max_repodesc_len; |
164 | int max_repodesc_len; |
| |
165 | int max_stats; |
163 | int nocache; |
166 | int nocache; |
164 | int renamelimit; |
167 | int renamelimit; |
165 | int snapshots; |
168 | int snapshots; |
|