]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Add knobs to enable/disable files/lines changed in log view
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 290401fde06feeae3a2a9924accc78dfbf744d8d..ed100a758b2b7381bc85e08da4d0442dfaf7afa0 100644 (file)
--- 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;