Matthew DeVore <matvore@xxxxxxxxxx> writes: > This is a follow-up to the original patchset at > https://public-inbox.org/git/cover.1539298957.git.matvore@xxxxxxxxxx/ - > the purpose of that patchset and this one is to support positive integers for > tree:<depth>. Some of the prior patchset's patches were either already queued > (tree traversal optimization) or abandoned (documentation edit). This rendition > of the patchset adds a commit which optimizes away tree traversal when > collecting omits when iterating over a tree a second time. > > Thanks, > > Matthew DeVore (2): > list-objects-filter: teach tree:# how to handle >0 > tree:<depth>: skip some trees even when collecting omits This seems to require at least two topics still not in 'master'; I've bookmarked the topic by merging sb/more-repo-in-api and nd/the-index into 'master' and then queueing these two patches on top, to be able to merge it into 'pu' to see if there are bad interactions with other topics and also give others easier access to the topic in the integrated form. Thanks.