]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tb/commit-graph-verify-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 30 Aug 2023 20:50:40 +0000 (13:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Aug 2023 20:50:40 +0000 (13:50 -0700)
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()`


Trivial merge