From: Junio C Hamano Date: Wed, 27 May 2026 05:15:43 +0000 (+0900) Subject: Merge branch 'kk/limit-list-optim' X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=947a026e8377b9d4163ff46f76936b93df47f1e3;p=rit Merge branch 'kk/limit-list-optim' 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() --- 947a026e8377b9d4163ff46f76936b93df47f1e3