From: Junio C Hamano Date: Thu, 9 Apr 2026 18:21:59 +0000 (-0700) Subject: Merge branch 'ds/rev-list-maximal-only-optim' X-Git-Tag: v2.54.0-rc2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c343f9cdc25a8281d1e21ee083f1cd77f82cacd7;p=thirdparty%2Fgit.git Merge branch 'ds/rev-list-maximal-only-optim' "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 --- c343f9cdc25a8281d1e21ee083f1cd77f82cacd7