aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index c119712..ecae453 100644
--- a/cgit.h
+++ b/cgit.h
@@ -20,6 +20,7 @@
20#include <xdiff/xdiff.h> 20#include <xdiff/xdiff.h>
21#include <utf8.h> 21#include <utf8.h>
22#include <notes.h> 22#include <notes.h>
23#include <graph.h>
23 24
24 25
25/* 26/*
@@ -70,7 +71,10 @@ struct cgit_repo {
70 char *readme; 71 char *readme;
71 char *section; 72 char *section;
72 char *clone_url; 73 char *clone_url;
74 char *logo;
75 char *logo_link;
73 int snapshots; 76 int snapshots;
77 int enable_commit_graph;
74 int enable_log_filecount; 78 int enable_log_filecount;
75 int enable_log_linecount; 79 int enable_log_linecount;
76 int enable_remote_branches; 80 int enable_remote_branches;
@@ -189,6 +193,7 @@ struct cgit_config {
189 int enable_gitweb_owner; 193 int enable_gitweb_owner;
190 int enable_http_clone; 194 int enable_http_clone;
191 int enable_index_links; 195 int enable_index_links;
196 int enable_commit_graph;
192 int enable_log_filecount; 197 int enable_log_filecount;
193 int enable_log_linecount; 198 int enable_log_linecount;
194 int enable_remote_branches; 199 int enable_remote_branches;
@@ -208,6 +213,7 @@ struct cgit_config {
208 int noheader; 213 int noheader;
209 int renamelimit; 214 int renamelimit;
210 int remove_suffix; 215 int remove_suffix;
216 int scan_hidden_path;
211 int section_from_path; 217 int section_from_path;
212 int snapshots; 218 int snapshots;
213 int summary_branches; 219 int summary_branches;