summary refs log tree commit diff
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h4
1 files changed, 4 insertions, 0 deletions
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;
 };