aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index 7d7ece7..9b89c8f 100644
--- a/cgit.h
+++ b/cgit.h
@@ -107,6 +107,7 @@ struct cgit_repo {
int enable_remote_branches;
int enable_subject_links;
int enable_html_serving;
+ int enable_summary_readme;
int max_stats;
int branch_sort;
int commit_sort;
@@ -241,6 +242,7 @@ struct cgit_config {
int enable_remote_branches;
int enable_subject_links;
int enable_html_serving;
+ int enable_summary_readme;
int enable_tree_linenumbers;
int enable_git_config;
int local_time;