Re: [PATCH 0/5] recursing submodules with relative pathspec (grep and ls-files)

2017-02-27 Thread Brandon Williams
On 02/24, Brandon Williams wrote: > It was discovered that when using the --recurse-submodules flag with `git > grep` > and `git ls-files` and specifying a relative path when not at the root causes > the child processes spawned to error out with an error like: > > fatal: ..: '..' is outside

[PATCH 0/5] recursing submodules with relative pathspec (grep and ls-files)

2017-02-24 Thread Brandon Williams
It was discovered that when using the --recurse-submodules flag with `git grep` and `git ls-files` and specifying a relative path when not at the root causes the child processes spawned to error out with an error like: fatal: ..: '..' is outside repository While true that ".." is outside the