X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/148fb9622c6a96021e572d1a372e38896506031f..fa82b03e05366e3c6ca1b74c8c83d6e00e0ef1e6:/cgit.h diff --git a/cgit.h b/cgit.h index a54f2b5..f06a941 100644 --- a/cgit.h +++ b/cgit.h @@ -18,7 +18,11 @@ struct cacheitem { struct commitinfo { struct commit *commit; char *author; + char *author_email; + unsigned long author_date; char *committer; + char *committer_email; + unsigned long committer_date; char *subject; char *msg; }; @@ -33,6 +37,7 @@ extern char *cgit_logo_link; extern char *cgit_virtual_root; extern char *cgit_cache_root; +extern int cgit_nocache; extern int cgit_max_lock_attempts; extern int cgit_cache_root_ttl; extern int cgit_cache_repo_ttl;