Re: [PATCH] grep: do not skip unmerged entries when grepping in the working tree.
From: Johannes Sixt <hidden> Date: 2016-08-11 20:32:30
On Sunday 26 November 2006 21:49, Junio C Hamano wrote:
We used to skip unmerged entries, which made sense for grepping
in the cached copies, but not for grepping in the files on the
working tree.
Noticed by Johannes Sixt.
Signed-off-by: Junio C Hamano <redacted>