]> Kevux Git Server - rit/commit
Merge branch 'en/commit-graph-timestamp-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 17 Jun 2026 18:10:12 +0000 (11:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Jun 2026 18:10:12 +0000 (11:10 -0700)
commit8632b5c49d722f7c0b39f6da7e9868915d5c42e4
treee3dce3bfb120a43e02f8ecd8a84d0ca78f4714f3
parent619931f5619565820c031f3398d2443bffb1c9d0
parentfbcc5408fcd60206234ba26cc103ef2757532ae0
Merge branch 'en/commit-graph-timestamp-fix'

compute_reachable_generation_numbers() in commit-graph used a 32-bit
integer to accumulate parent generations, which is OK for generation
number v1 (topological levels), but with generation number v2
(adjusted committer timestamps), it truncated timestamps beyond
2106.  Fixed by widening the accumulator to timestamp_t.

* en/commit-graph-timestamp-fix:
  commit-graph: use timestamp_t for max parent generation accumulator
commit-graph.c