Skip to content

Commit 1392c5d

Browse files
committed
Merge branch 'js/larger-timestamps'
Portability fix. * js/larger-timestamps: commit: use timestamp_t for author_date_slab
2 parents 6d9276e + 1820703 commit 1392c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ struct commit *pop_commit(struct commit_list **stack)
656656
define_commit_slab(indegree_slab, int);
657657

658658
/* record author-date for each commit object */
659-
define_commit_slab(author_date_slab, unsigned long);
659+
define_commit_slab(author_date_slab, timestamp_t);
660660

661661
static void record_author_date(struct author_date_slab *author_date,
662662
struct commit *commit)

0 commit comments

Comments
 (0)