From: Junio C Hamano Date: Wed, 3 Jun 2026 23:13:58 +0000 (+0900) Subject: Merge branch 'kk/streaming-walk-pqueue' into jch X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=c4c8799f6753916e7ff764b8a6cbd418e5d59ab0;p=thirdparty%2Fgit.git Merge branch 'kk/streaming-walk-pqueue' into jch Streaming revision walks have been optimized by using a priority queue for date-sorting commits, speeding up walks repositories with many merges. * kk/streaming-walk-pqueue: revision: use priority queue for non-limited streaming walks revision: introduce rev_walk_mode to clarify get_revision_1() pack-objects: call release_revisions() after cruft traversal --- c4c8799f6753916e7ff764b8a6cbd418e5d59ab0