Re: [PATCH 3/4] tree-walk: actually move tree_entry_interesting() to tree-walk.c
From: Junio C Hamano <hidden> Date: 2016-06-15 22:49:30
Nguyen Thai Ngoc Duy [off-list ref] writes:
Hmm.. or just use struct exclude_list, with diff_options.path{s,len}
becoming exclude_list.base{,len}. exclude_list.pattern can be used for
glob/regex matching (if we are ever going to support that).
If you are changing the API and structures around this area, you really
should aim to help us to support the globbing in diff-tree family just
like we do in ls-files family, so yes.