summaryrefslogtreecommitdiffabout
path: root/cgit.h
Side-by-side diff
Diffstat (limited to 'cgit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index f5f68ac..bed770b 100644
--- a/cgit.h
+++ b/cgit.h
@@ -22,2 +22,3 @@
#include <notes.h>
+#include <graph.h>
@@ -73,2 +74,3 @@ struct cgit_repo {
int snapshots;
+ int enable_commit_graph;
int enable_log_filecount;
@@ -190,2 +192,3 @@ struct cgit_config {
int enable_index_links;
+ int enable_commit_graph;
int enable_log_filecount;