]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/commit-graph-overflow-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 7 Apr 2026 21:59:25 +0000 (14:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Apr 2026 21:59:25 +0000 (14:59 -0700)
commitd88c8ba70bbcbc45a31cf05034a8e0c6884fb3d3
treedb7f8cc1f8de8bf1e6a915561e072c4bbbec15a7
parent716b9db0d3e1662fe2b84582a8b84ee3ff9f867d
parent04c9c5e8d2d99050d260149cad9dde1302a02ff4
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
commit-graph.c