]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7011-skip-worktree-reading.sh
Merge branch 'tb/commit-graph-genv2-upgrade-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 3 Aug 2022 20:36:08 +0000 (13:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Aug 2022 20:36:08 +0000 (13:36 -0700)
commit37e4bdd5ee5d6a7e09feaf5857299aac8fd56aeb
tree68792e9cddee8c9d9a738e2547546c7a311aa4ce
parentf1a0db23ad269d46ae43fd34d04ab6065081a92f
parent9550f6c16a8be18bd4868909d4d5e29d05bd9733
Merge branch 'tb/commit-graph-genv2-upgrade-fix'

There was a bug in the codepath to upgrade generation information
in commit-graph from v1 to v2 format, which has been corrected.

* 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
commit-graph.h
t/t5318-commit-graph.sh