]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Simplify ui-commit.c
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index b6b60c682494eed0c0db21a227d224a28d079a4d..f06a941d7ac1e01f6252ef29482ab1c5f3b24241 100644 (file)
--- 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;
 };