X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/521dc7a4bf4af6115ffc3a94d447689bbaa22272..fa82b03e05366e3c6ca1b74c8c83d6e00e0ef1e6:/cgit.h?ds=inline 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; };