We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d9276e + 1820703 commit 1392c5dCopy full SHA for 1392c5d
commit.c
@@ -656,7 +656,7 @@ struct commit *pop_commit(struct commit_list **stack)
656
define_commit_slab(indegree_slab, int);
657
658
/* record author-date for each commit object */
659
-define_commit_slab(author_date_slab, unsigned long);
+define_commit_slab(author_date_slab, timestamp_t);
660
661
static void record_author_date(struct author_date_slab *author_date,
662
struct commit *commit)
0 commit comments