From: Junio C Hamano Date: Tue, 7 Apr 2026 21:59:25 +0000 (-0700) Subject: Merge branch 'ps/commit-graph-overflow-fix' X-Git-Tag: v2.54.0-rc1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d88c8ba70bbcbc45a31cf05034a8e0c6884fb3d3;p=thirdparty%2Fgit.git Merge branch 'ps/commit-graph-overflow-fix' Fix a regression in writing the commit-graph where commits with dates exceeding 34 bits (beyond year 2514) could cause an underflow and crash Git during the generation data overflow chunk writing. * ps/commit-graph-overflow-fix: commit-graph: fix writing generations with dates exceeding 34 bits --- d88c8ba70bbcbc45a31cf05034a8e0c6884fb3d3