X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/e189344a7dfe6fa1b07434d5170e6441dcbaf788..2aef89e5da436f2bc9670d96ccbc5ff1c2b8355c:/cgit.h?ds=inline diff --git a/cgit.h b/cgit.h index ed100a7..8a69a1f 100644 --- a/cgit.h +++ b/cgit.h @@ -36,6 +36,7 @@ struct repoinfo { char *desc; char *owner; char *defbranch; + char *group; char *module_link; int snapshots; int enable_log_filecount; @@ -80,6 +81,7 @@ extern char *cgit_module_link; extern char *cgit_virtual_root; extern char *cgit_script_name; extern char *cgit_cache_root; +extern char *cgit_repo_group; extern int cgit_nocache; extern int cgit_snapshots; @@ -96,10 +98,6 @@ extern int cgit_max_msg_len; extern int cgit_max_repodesc_len; extern int cgit_max_commit_count; -extern char *cgit_repo_name; -extern char *cgit_repo_desc; -extern char *cgit_repo_owner; - extern int cgit_query_has_symref; extern int cgit_query_has_sha1;