X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/54d37dc154f5308459df0a90c81dabd0245b6c17..205837d4684f331afa93c946cbdfa1fa9b3d1ce9:/cgit.h diff --git a/cgit.h b/cgit.h index 6feca68..7ec46b4 100644 --- a/cgit.h +++ b/cgit.h @@ -8,6 +8,7 @@ #include #include #include +#include #include #include #include @@ -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;