Re: [PATCH v2 1/2] branch: refactor "edit_description" code path
From: Rubén Justo <hidden>
Date: 2022-09-07 21:24:23
From: Rubén Justo <hidden>
Date: 2022-09-07 21:24:23
On 9/7/22 10:25 PM, Junio C Hamano wrote: Maybe the return 1 when edit_branch_description(), was a typo I was maintaining?
quoted
- } - strbuf_release(&branch_ref); + } else + ret = edit_branch_description(branch_name); - if (edit_branch_description(branch_name)) - return 1; + strbuf_release(&branch_ref); + return ret;
Thanks for you review.