]> git.99rst.org Git - git.git/commitdiff
Merge branch 'jk/commit-graph-slab-clear-fix'
authorJunio C Hamano <redacted>
Tue, 16 Jan 2024 18:11:58 +0000 (10:11 -0800)
committerJunio C Hamano <redacted>
Tue, 16 Jan 2024 18:11:58 +0000 (10:11 -0800)
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

1  2 
commit-graph.c
t/t5510-fetch.sh

diff --cc commit-graph.c
Simple merge
Simple merge
git clone https://git.99rst.org/PROJECT