On Thu, Jul 02, 2020 at 04:06:14PM -0400, Taylor Blau wrote: > [uploadpack] > allowAnySHA1InWant = true > allowFilter = true > [uploadpack "filter"] > allow = false > [uploadpack "filter.blob:limit"] > allow = true > [uploadpack "filter.blob:none"] > allow = true > [uploadpack "filter.tree"] > allow = true > maxDepth = 0 I thought the previous discussion landed on: uploadpackfilter.blob:none.allow etc, to avoid the confusing appearance of four-level keys (and the weird case sensitivity implications that would cause). -Peff