From: Junio C Hamano Date: Wed, 17 Jun 2026 18:10:12 +0000 (-0700) Subject: Merge branch 'en/commit-graph-timestamp-fix' X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8632b5c49d722f7c0b39f6da7e9868915d5c42e4;p=thirdparty%2Fgit.git 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 --- 8632b5c49d722f7c0b39f6da7e9868915d5c42e4