Re: [PATCH] grep: fix match highlighting for combined patterns with context lines
From: Junio C Hamano <hidden> Date: 2016-06-15 23:02:46
Zoltan Klinger [off-list ref] writes:
quoted
Junio C Hamano [off-list ref] writes:
It turns out that the result of such a change becomes more readable
than the original, in that it makes it clear that reinspection of
the lines are done only for matched ones and not context lines.
Agree, it looks much clearer now. Happy if you squashed your
change (commit da736e6) in zk/grep-color-words branch.