@leroysheep / BookAlchemy / commits / 7732594e71

Merge branch 'tn/packfile-uri-concurrency' into jch

Concurrent downloads of packfiles via packfile URIs and dumb HTTP have been made safer by avoiding concurrent appends to the staging file. Opening the file in read-write mode and maintaining separate file offsets prevents corruption while preserving resumability. The 'fetch-pack' command has also been updated to tolerate pre-existing '.keep' files. * tn/packfile-uri-concurrency: fetch-pack: accept "pack" output for packfile URIs http: permit unlinking partial packs on Windows http: avoid concurrent appends to partial packs http: accept HTTP 416 for complete partial packs http: avoid closing index-pack input twice http-fetch: correct --index-pack-arg documentation

Junio C Hamano committed Aug 3, 2026 at 09:31 UTC 7732594e714ce06e36b26a6ddd73c96351a7574f

No changes.