summaryrefslogtreecommitdiffabout
path: root/cgit.h
Unidiff
Diffstat (limited to 'cgit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index 9259f33..1194eb0 100644
--- a/cgit.h
+++ b/cgit.h
@@ -166,12 +166,13 @@ struct cgit_config {
166 int max_commit_count; 166 int max_commit_count;
167 int max_lock_attempts; 167 int max_lock_attempts;
168 int max_msg_len; 168 int max_msg_len;
169 int max_repodesc_len; 169 int max_repodesc_len;
170 int max_stats; 170 int max_stats;
171 int nocache; 171 int nocache;
172 int noplainemail;
172 int noheader; 173 int noheader;
173 int renamelimit; 174 int renamelimit;
174 int snapshots; 175 int snapshots;
175 int summary_branches; 176 int summary_branches;
176 int summary_log; 177 int summary_log;
177 int summary_tags; 178 int summary_tags;