X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/c1ad6cb77889880ad0189a689840fbfa6e5cbc80..08cc2e5f0e24773dad81d38bd6b689e36afe9dda:/cgit.h diff --git a/cgit.h b/cgit.h index 290401f..f3d783e 100644 --- a/cgit.h +++ b/cgit.h @@ -38,6 +38,8 @@ struct repoinfo { char *defbranch; char *module_link; int snapshots; + int enable_log_filecount; + int enable_log_linecount; }; struct repolist { @@ -81,6 +83,8 @@ extern char *cgit_cache_root; extern int cgit_nocache; extern int cgit_snapshots; +extern int cgit_enable_log_filecount; +extern int cgit_enable_log_linecount; extern int cgit_max_lock_attempts; extern int cgit_cache_root_ttl; extern int cgit_cache_repo_ttl; @@ -92,10 +96,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;