Re: [PATCH v1 10/45] parse_pathspec: a special flag for max_depth feature
From: Eric Sunshine <hidden> Date: 2016-06-15 22:56:24
On Fri, Mar 15, 2013 at 2:06 AM, Nguyễn Thái Ngọc Duy [off-list ref] wrote:
match_pathspec_depth() and tree_entry_interesting() check max_depth
field in order to support "git grep --max-depth". The feature
activation is tied to "recursive" field, which led to some unwated
s/unwated/unwanted/
activation, e.g. 5c8eeb8 (diff-index: enable recursive pathspec
matching in unpack_trees - 2012-01-15).