]> git.cameronkatri.com Git - cgit.git/blobdiff - cgit.h
git: update to v2.25.0
[cgit.git] / cgit.h
diff --git a/cgit.h b/cgit.h
index 6feca688d91c3b09121bd4776720471bffbba76b..7ec46b48464039a8b94393df5d6ce3fabca3e6ab 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -8,6 +8,7 @@
 #include <cache.h>
 #include <grep.h>
 #include <object.h>
+#include <object-store.h>
 #include <tree.h>
 #include <commit.h>
 #include <tag.h>
@@ -81,6 +82,7 @@ struct cgit_repo {
        char *name;
        char *path;
        char *desc;
+       char *extra_head_content;
        char *owner;
        char *homepage;
        char *defbranch;
@@ -92,6 +94,7 @@ struct cgit_repo {
        char *logo_link;
        char *snapshot_prefix;
        int snapshots;
+       int enable_blame;
        int enable_commit_graph;
        int enable_log_filecount;
        int enable_log_linecount;