Re: [PATCH 5/5] ls-files: fix bug when recuring with relative pathspec

2017-03-02 Thread Brandon Williams
On 02/28, Junio C Hamano wrote: > Brandon Williams writes: > > > Fix a bug which causes a child process for a submodule to error out when a > > relative pathspec with a ".." is provided in the superproject. > > > > While at it, correctly construct the super-prefix to be used

Re: [PATCH 5/5] ls-files: fix bug when recuring with relative pathspec

2017-02-28 Thread Junio C Hamano
Brandon Williams writes: > Fix a bug which causes a child process for a submodule to error out when a > relative pathspec with a ".." is provided in the superproject. > > While at it, correctly construct the super-prefix to be used in a submodule > when not at the root of the

[PATCH 5/5] ls-files: fix bug when recuring with relative pathspec

2017-02-24 Thread Brandon Williams
Fix a bug which causes a child process for a submodule to error out when a relative pathspec with a ".." is provided in the superproject. While at it, correctly construct the super-prefix to be used in a submodule when not at the root of the repository. Signed-off-by: Brandon Williams