From: Junio C Hamano Date: Thu, 30 Jul 2026 17:44:40 +0000 (-0700) Subject: Merge branch 'tn/packfile-uri-concurrency' into seen X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3985ccd0855af75cd107ce5746f3575ef068161;p=thirdparty%2Fgit.git Merge branch 'tn/packfile-uri-concurrency' into seen 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 --- b3985ccd0855af75cd107ce5746f3575ef068161