]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kk/merge-base-exhaustion' into jch
authorJunio C Hamano <gitster@pobox.com>
Fri, 26 Jun 2026 02:49:26 +0000 (19:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Jun 2026 02:49:27 +0000 (19:49 -0700)
commit1740f25d6a3b83f065bb5f1fcccbd9a476fdf355
tree09b89ccebad1a1a2fe357f6bec27a69828b63701
parentca91eb2437db89b8e4cfd9bfb0e43e0a127d8c90
parent290729c083392cf7e5ed79c9ab0b6b4435456fad
Merge branch 'kk/merge-base-exhaustion' into jch

The merge-base computation has been optimized by stopping the walk
early when one side's exclusive commits in the queue are exhausted,
yielding significant speedups for queries with one-sided histories.

* kk/merge-base-exhaustion:
  commit-reach: terminate merge-base walk when one paint side is exhausted
  commit-reach: remove unused nonstale_queue dedup wrappers
  commit-reach: introduce struct paint_state with per-side counters
  commit-reach: add trace2 instrumentation to paint_down_to_common()
  t6099, t6600: add side-exhaustion regression tests
  t6600: add test cases for side-exhaustion edge cases
  Documentation/technical: add paint-down-to-common doc
t/meson.build