]> git.99rst.org Git - git.git/commitdiff
Merge branch 'kk/commit-graph-topo-levels-fix'
authorJunio C Hamano <redacted>
Sun, 19 Jul 2026 17:42:19 +0000 (10:42 -0700)
committerJunio C Hamano <redacted>
Sun, 19 Jul 2026 17:42:19 +0000 (10:42 -0700)
The 'topo_levels' slab was propagated only to the topmost layer of a
split commit-graph chain, causing topological levels for commits in
base layers to be recomputed during incremental writes.  This has been
corrected.

* kk/commit-graph-topo-levels-fix:
  commit-graph: propagate topo_levels slab to all chain layers
  commit-graph: add trace2 instrumentation for generation DFS

1  2 
commit-graph.c
t/t5324-split-commit-graph.sh

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