Re: [PATCH v3 00/10] Convert grep to recurse in-process

2017-07-18 Thread Brandon Williams
On 07/18, Junio C Hamano wrote: > Brandon Williams writes: > > > Changes in v3: > > * Fixes a bug with repo_read_gitmodules() where it was possible to > >segfault when a repository didn't have a worktree. > > * In order to fix the above bug repo_read_gitmodules() and > > gitmodules_confi

Re: [PATCH v3 00/10] Convert grep to recurse in-process

2017-07-18 Thread Junio C Hamano
Brandon Williams writes: > Changes in v3: > * Fixes a bug with repo_read_gitmodules() where it was possible to >segfault when a repository didn't have a worktree. > * In order to fix the above bug repo_read_gitmodules() and > gitmodules_config() >were merged so that there won't be an

[PATCH v3 00/10] Convert grep to recurse in-process

2017-07-18 Thread Brandon Williams
Changes in v3: * Fixes a bug with repo_read_gitmodules() where it was possible to segfault when a repository didn't have a worktree. * In order to fix the above bug repo_read_gitmodules() and gitmodules_config() were merged so that there won't be any duplicate logic. In order to merge