]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit5ba560ba760a945239c9f526307e6402f7032299
treeba247d32d767e9f9dc1eb16e3449e9f576e8a993
parent1a190bc14ab4345d02137f58f67de8b6627e57d5
parentdb6044d76261a996c03ce8f1e08240f326a42e15
Merge branch 'tb/commit-graph-verify-fix'

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()`