]> 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 a54f2b5fc2980bb280294cf710f69c0d8c79bd61..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;
 };
@@ -33,6 +37,7 @@ extern char *cgit_logo_link;
 extern char *cgit_virtual_root;
 extern char *cgit_cache_root;
 
+extern int cgit_nocache;
 extern int cgit_max_lock_attempts;
 extern int cgit_cache_root_ttl;
 extern int cgit_cache_repo_ttl;