Re: [PATCH v2 1/4] worktree: refactor infer_backlink() to use *strbuf
From: Caleb White <hidden>
Date: 2024-10-07 04:31:09
Attachments
- signature.asc [application/pgp-signature] 509 bytes
From: Caleb White <hidden>
Date: 2024-10-07 04:31:09
On Sunday, October 6th, 2024 at 23:28, shejialuo [off-list ref] wrote:
quoted
} else if (err) { fn(1, realdotgit.buf, _("unable to locate repository; .git file broken"), cb_data); goto done; }
Thanks, you are correct here. We cannot use "BUG" here. And I think currently this is OK.
Granted, that last `else if` could just become an `else` statement now, I'll make that change.