On Wed, May 27, 2020 at 06:47:34PM +0200, Christian Couder wrote: > As we cleanup 'upload-pack.c' by using 'struct upload_pack_data' > more thoroughly, let's move the filter_capability_requested > static variable into this struct. > > It is only used by protocol v0 code since protocol v2 assumes > certain baseline capabilities, but rolling it into > upload_pack_data and just letting v2 code ignore it as it does > now is more coherent and cleaner. Looks good, though this is another candidate for grouping/commenting in the struct that it's v0-only. -Peff