On Mon, Aug 31, 2026 at 12:31:10PM -0700, Junio C Hamano wrote:
* ps/fetch-packfile-uris-parallel (2026-08-21) 2 commits
- fetch-pack: allow parallelizing packfile URI fetches
- fetch-pack: prepare for threaded fetching of packfile URIs
The `git fetch` and `git clone` commands have been optimized to
download packfile URIs in parallel when the new
`fetch.packfileURIThreads` configuration is set, significantly
speeding up fetches from servers that advertise multiple packfiles.
Expecting a reroll.
cf. [ref]
source: [ref]
Please evict this topic for now -- it's creating lots of conflicts with
a series that Justin is about to send that converts git-fetch-pack(1) to
use object transactions. I'll then resend my series once Justin's series
got merged.
Thanks!
Patrick