summaryrefslogtreecommitdiffabout
path: root/cgit.h
Side-by-side diff
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 8a9d5fa..b5f00fc 100644
--- a/cgit.h
+++ b/cgit.h
@@ -22,2 +22,3 @@
#include <notes.h>
+#include <graph.h>
@@ -75,2 +76,3 @@ struct cgit_repo {
int snapshots;
+ int enable_commit_graph;
int enable_log_filecount;
@@ -192,2 +194,3 @@ struct cgit_config {
int enable_index_links;
+ int enable_commit_graph;
int enable_log_filecount;
@@ -211,2 +214,3 @@ struct cgit_config {
int remove_suffix;
+ int scan_hidden_path;
int section_from_path;