]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ds/rev-list-maximal-only-optim' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 7 Apr 2026 18:10:41 +0000 (11:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Apr 2026 18:10:41 +0000 (11:10 -0700)
commit7a70817efa3735665c323d2a970584bff018b33d
tree3ff3a90081ef20779c518f03fed849bac758a216
parentfb95f091ccdd9122a9dcb7831393204563ddede7
parentb0ba57daa86dfba0a6551613452d1cb2301266a2
Merge branch 'ds/rev-list-maximal-only-optim' into next

"git rev-list --maximal-only" has been optimized by borrowing the
logic used by "git show-branch --independent", which computes the
same kind of information much more efficiently.

* ds/rev-list-maximal-only-optim:
  rev-list: use reduce_heads() for --maximal-only
  p6011: add perf test for rev-list --maximal-only
  t6600: test --maximal-only and --independent