-rw-r--r-- | cgit.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,17 +13,21 @@ struct cacheitem { struct stat st; int ttl; int fd; }; 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; }; extern const char cgit_version[]; extern char *cgit_root; extern char *cgit_root_title; |