Brandon Williams wrote: > Commit 0281e487fd91 ("grep: optionally recurse into submodules") > added functions grep_submodule() and grep_submodule_launch() which > uses "struct work_item" which is defined only when thread support nit: which use (s/uses/use/) > is available. [...] > Reported-by: Rahul Bedarkar <rahul.bedarkar@xxxxxxxxxx> > Signed-off-by: Brandon Williams <bmwill@xxxxxxxxxx> > --- > builtin/grep.c | 21 +++++++++------------ > 1 file changed, 9 insertions(+), 12 deletions(-) With or without that commit message tweak, Reviewed-by: Jonathan Nieder <jrnieder@xxxxxxxxx> Thanks.