X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/2f8648ff7f5c7119ab035c134504f04eefe068fb..bd68c98879ecc8ce9f7f6d3e01bc4ffeb9182b04:/cgit.h diff --git a/cgit.h b/cgit.h index 0798dc5..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; @@ -197,8 +200,6 @@ struct cgit_config { char *footer; char *head_include; char *header; - char *index_header; - char *index_info; char *logo; char *logo_link; char *mimetype_file; @@ -248,7 +249,6 @@ struct cgit_config { int max_repodesc_len; int max_blob_size; int max_stats; - int nocache; int noplainemail; int noheader; int renamelimit;