From: Junio C Hamano Date: Wed, 1 Apr 2026 17:34:31 +0000 (-0700) Subject: Merge branch 'ps/commit-graph-overflow-fix' into next X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c5020543548b797f06074e02b20a7e58543a2c31;p=thirdparty%2Fgit.git Merge branch 'ps/commit-graph-overflow-fix' into next 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 --- c5020543548b797f06074e02b20a7e58543a2c31