On Thu, Mar 26, 2020 at 01:50:58PM -0600, Taylor Blau wrote: > > One side note (for Taylor, cc'd): our patches elsewhere to limit the > > allowed filters don't make it possible to express the difference between > > "tree:0" and "tree:1". It may be worth thinking about that, especially > > if it influences the config schema (since we'll have to support it > > forever once it makes it into a release). > [...] > [uploadpack "filter.tree:depth"] > allow = true > maxDepth = <n> Yeah, that scheme solves the problem very neatly, and removes any worry I had about painting ourselves into a corner. Thanks. -Peff