Re: [PATCH 2/2] Convert read_tree{,_recursive} to support struct pathspec
From: Junio C Hamano <hidden> Date: 2016-06-15 22:50:52
Nguyễn Thái Ngọc Duy [off-list ref] writes:
This patch changes behavior of the two functions. Previously it does
prefix matching only. Now it can also do wildcard matching.
The most important in this change is that it finally starts passing
pathspec, not "char **", down the callchain.
Except that variables should be called pathspec not pathspecs, I think
this is basically in very good shape.
Thanks.