aboutsummaryrefslogtreecommitdiff
path: root/cgit.h
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cgit.h b/cgit.h
index f06a941..b6b60c6 100644
--- a/cgit.h
+++ b/cgit.h
@@ -18,11 +18,7 @@ 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;
};