]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ds/commit-graph-gen-v2-fixes'
authorJunio C Hamano <gitster@pobox.com>
Thu, 17 Mar 2022 00:53:09 +0000 (17:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Mar 2022 00:53:09 +0000 (17:53 -0700)
commita54cc523ad7736cb5768dc10c1873260738cb4a4
tree403f86970bc2f0207a7350008a2cda25face40d6
parenta2fc9c3c404f2ef6384281e3a0fe824a8b0049bb
parent6dbf4b8172ef9edd50bdf9ca2da4681ba9153f75
Merge branch 'ds/commit-graph-gen-v2-fixes'

Fixes to the way generation number v2 in the commit-graph files are
(not) handled.

* ds/commit-graph-gen-v2-fixes:
  commit-graph: declare bankruptcy on GDAT chunks
  commit-graph: fix generation number v2 overflow values
  commit-graph: start parsing generation v2 (again)
  commit-graph: fix ordering bug in generation numbers
  t5318: extract helpers to lib-commit-graph.sh
  test-read-graph: include extra post-parse info
commit-graph.c