Re: [PATCH v2] packfile: fix perf regression with many packs
Patrick Steinhardt <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 13, 2026 at 02:56:49PM +0000, Johannes Schindelin via GitGitGadget wrote: > From: Johannes Schindelin <[email protected]> > Changes since v1: > > * Fixed a typo in the commit message > * Dropped the claim that this patch fixes the CI clone perf regression > that's still being root-caused. > * Renamed the is_new parameter to the more informative skip_dup_check. Thanks, I'm happy with this version. We can still iterate on the other patrs of the discussion after this patch has landed, as needed. Patrick