Re: [PATCH v5 02/13] bisect--helper: use '-res' in 'cmd_bisect__helper' return
From: Pratyush Yadav <hidden>
Date: 2020-07-27 06:46:13
From: Pratyush Yadav <hidden>
Date: 2020-07-27 06:46:13
On 27/07/20 11:12AM, Pratyush Yadav wrote:
On 25/07/20 11:01PM, Shourya Shukla wrote:quoted
quoted
Following 'enum bisect_error' vocabulary, return variable 'res' is always non-positive. Let's use '-res' instead of 'abs(res)' to make the code clearer.quoted
Mentored-by: Christian Couder [off-list ref] Signed-off-by: Miriam Rubio <redacted> Helped-by: Junio C Hamano [off-list ref]Although there is no set rule for this, but I think that your sign-off goes at the last generally. This is what I have seen on various patches.The rule of thumb I follow is to have these in chronological order. So Christian first mentored, then the patch was published so Junio helped next and finally you sign off the patch before sending it out so that comes last.
My MUA didn't download Junio's reply earlier for some reason. Sorry for the redundant message. -- Regards, Pratyush Yadav