]> git.99rst.org Git - git.git/commit
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)
commit82c60a874d777233f5e1e97c8be7c3f47b22560e
tree3d1e36bbd92dacfddfe5a1ba7b535ca032f84644
parenta336bfa205b955d440542f18717078d8f2aeac6a
parent8ea36f63d8e63350325705afef885ae215e64217
Merge branch 'kk/commit-graph-topo-levels-fix'

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
commit-graph.c
t/t5324-split-commit-graph.sh
git clone https://git.99rst.org/PROJECT