Re: [PATCH/RFC 2/4] grep: pass current line number down to match_one_pattern
From: Junio C Hamano <hidden> Date: 2016-06-15 22:51:08
Bert Wesarg [off-list ref] writes:
lno is already in use in this file, so I followed here the precept.
The position was chosen, because bol/eol is the line content to match,
so the line number should probably be near the content parameter.
The choice of "lno" is fine (and probably better than line_nr) as variable
and enum names in the context of this file.
If we were to do this change, that is.