]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Merge branch 'jh/scan-path'
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index ad94905a005e8213b65866133b2ffb7b643cb151..74aa340b1014d1cebb965202d29638d0236356ac 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -20,6 +20,7 @@
 #include <xdiff/xdiff.h>
 #include <utf8.h>
 #include <notes.h>
+#include <graph.h>
 
 
 /*
@@ -71,6 +72,7 @@ struct cgit_repo {
        char *section;
        char *clone_url;
        int snapshots;
+       int enable_commit_graph;
        int enable_log_filecount;
        int enable_log_linecount;
        int enable_remote_branches;
@@ -188,6 +190,7 @@ struct cgit_config {
        int enable_filter_overrides;
        int enable_gitweb_owner;
        int enable_index_links;
+       int enable_commit_graph;
        int enable_log_filecount;
        int enable_log_linecount;
        int enable_remote_branches;