Skip to content
Snippets Groups Projects
Commit 1392c5d2 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'js/larger-timestamps'

Portability fix.

* js/larger-timestamps:
  commit: use timestamp_t for author_date_slab
parents 6d9276ea 18207030
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -656,7 +656,7 @@ struct commit *pop_commit(struct commit_list **stack)
define_commit_slab(indegree_slab, int);
 
/* record author-date for each commit object */
define_commit_slab(author_date_slab, unsigned long);
define_commit_slab(author_date_slab, timestamp_t);
 
static void record_author_date(struct author_date_slab *author_date,
struct commit *commit)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment