]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/blame.c
Merge branch 'jk/commit-graph-slab-clear-fix' into maint-2.43
authorJunio C Hamano <gitster@pobox.com>
Fri, 9 Feb 2024 00:22:05 +0000 (16:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Feb 2024 00:22:05 +0000 (16:22 -0800)
commit1685e9ffe664e834c3d2d7a28144f3e52c0add4f
tree17459c3bef83e1d390ff094ff2e486acf97a34cc
parent3c2ee131f88c2e65bfed514b7b164f542b046c0c
parentd70f554cdf38b0b05cfaa8e8eb9f80d54a5ae11c
Merge branch 'jk/commit-graph-slab-clear-fix' into maint-2.43

Clearing in-core repository (happens during e.g., "git fetch
--recurse-submodules" with commit graph enabled) made in-core
commit object in an inconsistent state by discarding the necessary
data from commit-graph too early, which has been corrected.

* jk/commit-graph-slab-clear-fix:
  commit-graph: retain commit slab when closing NULL commit_graph
commit-graph.c
t/t5510-fetch.sh