Re: [PATCH 09/45] parse_pathspec: a special flag for max_depth feature

2013-06-09 Thread Eric Sunshine
On Sun, Jun 9, 2013 at 2:25 AM, Nguyễn Thái Ngọc Duy wrote: > parse_pathspec: a special flag for max_depth feature s/a/add/ > 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" fi

[PATCH 09/45] parse_pathspec: a special flag for max_depth feature

2013-06-08 Thread Nguyễn Thái Ngọc Duy
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 unwanted activation, e.g. 5c8eeb8 (diff-index: enable recursive pathspec matching in unpack_trees - 2012-01-15