Re: [PATCH 2/2] grep: fix builds with with no thread support

2017-03-19 Thread Rahul Bedarkar
es the reliance on the "struct work_item" and instead opts to use the output function stored in the output field of the "struct grep_opt" object directly, making it behave similarly to both grep_file() and grep_sha1(). Reported-by: Rahul Bedarkar <rahul.bedar...@imgtec.co

[PATCH] grep: fix build with no thread support

2017-03-16 Thread Rahul Bedarkar
94a6918774ab75e23d12c1394/ Cc: Brandon Williams <bmw...@google.com> Fixes: 0281e487fd91 ("grep: optionally recurse into submodules") Signed-off-by: Rahul Bedarkar <rahul.bedar...@imgtec.com> --- This patch is tested by running t7814-grep-recurse-submodules.sh with both with/without thr