]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'kk/limit-list-optim'
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 May 2026 05:15:43 +0000 (14:15 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 May 2026 05:15:43 +0000 (14:15 +0900)
The limit_list() function that is one of the core part of the
revision traversal infrastructure has been optimized by replacing
its use of linear list with priority queue.

* kk/limit-list-optim:
  revision: use priority queue in limit_list()


Trivial merge