Re: [PATCH v2 0/2] support for filtering trees and blobs based on depth

2019-01-07 Thread Matthew DeVore
On 2018/12/11 0:45, Junio C Hamano wrote: 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

Re: [PATCH v2 0/2] support for filtering trees and blobs based on depth

2018-12-11 Thread Junio C Hamano
Matthew DeVore writes: > This is a follow-up to the original patchset at > https://public-inbox.org/git/cover.1539298957.git.matv...@google.com/ - > the purpose of that patchset and this one is to support positive integers for > tree:. Some of the prior patchset's patches were either already queu

[PATCH v2 0/2] support for filtering trees and blobs based on depth

2018-12-10 Thread Matthew DeVore
This is a follow-up to the original patchset at https://public-inbox.org/git/cover.1539298957.git.matv...@google.com/ - the purpose of that patchset and this one is to support positive integers for tree:. Some of the prior patchset's patches were either already queued (tree traversal optimization)