summaryrefslogtreecommitdiffabout
path: root/cgit.h
Unidiff
Diffstat (limited to 'cgit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index f990b15..80c3902 100644
--- a/cgit.h
+++ b/cgit.h
@@ -73,6 +73,7 @@ struct cgit_repo {
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; 75 int enable_remote_branches;
76 int enable_subject_links;
76 int max_stats; 77 int max_stats;
77 time_t mtime; 78 time_t mtime;
78 struct cgit_filter *about_filter; 79 struct cgit_filter *about_filter;
@@ -145,6 +146,7 @@ struct cgit_query {
145 char *sort; 146 char *sort;
146 int showmsg; 147 int showmsg;
147 int ssdiff; 148 int ssdiff;
149 int show_all;
148 char *vpath; 150 char *vpath;
149}; 151};
150 152
@@ -182,8 +184,10 @@ struct cgit_config {
182 int enable_log_filecount; 184 int enable_log_filecount;
183 int enable_log_linecount; 185 int enable_log_linecount;
184 int enable_remote_branches; 186 int enable_remote_branches;
187 int enable_subject_links;
185 int enable_tree_linenumbers; 188 int enable_tree_linenumbers;
186 int local_time; 189 int local_time;
190 int max_atom_items;
187 int max_repo_count; 191 int max_repo_count;
188 int max_commit_count; 192 int max_commit_count;
189 int max_lock_attempts; 193 int max_lock_attempts;