Re: [PATCH 03/83] builtin/apply: avoid parameter shadowing 'linenr' global
From: Christian Couder <hidden> Date: 2016-06-16 02:19:02
On Wed, Apr 27, 2016 at 6:27 PM, Junio C Hamano [off-list ref] wrote:
I think 02/83 that renamed the global-to-be-moved-to-state to
state_p_value was brilliant, and this should follow suit; you would
be moving linenr into the state eventually in later steps, right?
Yeah, ok, I will do the same thing to this patch as I did to 02/83.
Thanks.