Merge branch 'jk/commit-graph-verify-fix'
commitc3c00206739afc1016277d5a670d377bef85e69b
authorJunio C Hamano <gitster@pobox.com>
Wed, 4 Oct 2023 20:28:53 +0000 (4 13:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Oct 2023 20:28:53 +0000 (4 13:28 -0700)
treefc365d3811cd9b60adee59ac1c46d02ccf1be38b
parent42b495e9c59f0634f535bbba074d6f75543235a5
parent5f259197eea0a3acc48f46748778f33c935476cb
Merge branch 'jk/commit-graph-verify-fix'

Various fixes to "git commit-graph verify".

* jk/commit-graph-verify-fix:
  commit-graph: report incomplete chains during verification
  commit-graph: tighten chain size check
  commit-graph: detect read errors when verifying graph chain
  t5324: harmonize sha1/sha256 graph chain corruption
  commit-graph: check mixed generation validation when loading chain file
  commit-graph: factor out chain opening function