]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tb/commit-graph-genv2-upgrade-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 11 Aug 2022 04:52:34 +0000 (21:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Aug 2022 04:52:35 +0000 (21:52 -0700)
commit042159a5093db5da1be2a90b7c1b88441ece6029
tree2c196e8915418ee521839e6f8d932467d60eb905
parent4f049a16bf47c97639cb78b3ede3c6888fe91987
parent9550f6c16a8be18bd4868909d4d5e29d05bd9733
Merge branch 'tb/commit-graph-genv2-upgrade-fix' into maint

There was a bug in the codepath to upgrade generation information
in commit-graph from v1 to v2 format, which has been corrected.
source: <cover.1657667404.git.me@ttaylorr.com>

* tb/commit-graph-genv2-upgrade-fix:
  commit-graph: fix corrupt upgrade from generation v1 to v2
  commit-graph: introduce `repo_find_commit_pos_in_graph()`
  t5318: demonstrate commit-graph generation v2 corruption
commit-graph.c