Re: [PATCH v5 0/3] packfile URIs: support concurrent downloads
Jeff King <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Jul 25, 2026 at 11:44:45PM -0700, Ted Nyman wrote: > Changes since v4: > > * Clarify that the first --index-pack-arg specifies the command and > subsequent instances specify its arguments. > * Drop assumptions about which concurrent response reaches the > staging file first. Either write order exercises the same > overlapping-download behavior. > * No production code changes. Thanks. I hadn't really reviewed the code in v4 carefully, but I did so for v5. I _think_ it is all correct, but it there are a few confusing bits in the middle patch that might be worth breaking apart for readability. I could live with it as-is, though. -Peff