Merge branch 'tb/commit-graph-verify-fix' into maint-2.42
commit1ea39ad4677a7572717a0137aaa46f1cda4e9c4d
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Nov 2023 07:53:15 +0000 (2 16:53 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Nov 2023 07:53:15 +0000 (2 16:53 +0900)
tree458f446b98676f2d4bb28dd2c6f38a91a72fe304
parentec7cc187d48e5d23d5eebd273ce62d2b7aaa8e4f
parentdb6044d76261a996c03ce8f1e08240f326a42e15
Merge branch 'tb/commit-graph-verify-fix' into maint-2.42

The commit-graph verification code that detects mixture of zero and
non-zero generation numbers has been updated.

* tb/commit-graph-verify-fix:
  commit-graph: avoid repeated mixed generation number warnings
  t/t5318-commit-graph.sh: test generation zero transitions during fsck
  commit-graph: verify swapped zero/non-zero generation cases
  commit-graph: introduce `commit_graph_generation_from_graph()`