summaryrefslogtreecommitdiff
path: root/git.h
diff options
context:
space:
mode:
Diffstat (limited to 'git.h')
-rw-r--r--git.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.h b/git.h
index 9bbe0e7..252099c 100644
--- a/git.h
+++ b/git.h
@@ -24,7 +24,7 @@ struct file {
struct comment {
char *author; /* Author of comment. */
char *desc; /* Description/Contents of comment. */
- int date; /* Date of creation. */
+ time_t date; /* Date of creation. */
};
struct git_branch {