summaryrefslogtreecommitdiff
path: root/src/commit_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commit_list.h')
-rw-r--r--src/commit_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit_list.h b/src/commit_list.h
index 6b3f473d3..b1d88e016 100644
--- a/src/commit_list.h
+++ b/src/commit_list.h
@@ -22,7 +22,7 @@
typedef struct git_commit_list_node {
git_oid oid;
- uint32_t time;
+ int64_t time;
unsigned int seen:1,
uninteresting:1,
topo_delay:1,