On Tue, Oct 25, 2022 at 02:28:54PM +0200, Christian Couder wrote: > So there are only 2 patches now in this v2 series: > > - Patch 1/2 is a preparatory patch. > > - Patch 2/2 introduces the `--filter=<filter-spec>` option. One thing that I wasn't clear on in this or the previous round(s) was how we handle setting remote.<name>.promisor and partialclonefilter. If there is a single remote, then it's obvious that we should set promisor to "true" and partialCloneFilter to whatever value of `--filter` the user provided when repacking / GCing. But what happens if there are multiple remotes? Which get the new configuration settings modified? I wonder what breakage happens if we fail to do that (and why such breakage isn't yet noticed by CI). Thanks, Taylor