X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/521dc7a4bf4af6115ffc3a94d447689bbaa22272..77078ba716ccdfdc954741355dd6a17632db961b:/cgit.h diff --git a/cgit.h b/cgit.h index b6b60c6..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; };