Re: [PATCH 0/1] Object ID support for git merge-file
From: Phillip Wood <hidden>
Date: 2023-10-29 10:15:11
From: Phillip Wood <hidden>
Date: 2023-10-29 10:15:11
On 29/10/2023 06:24, Elijah Newren wrote:
On Tue, Oct 24, 2023 at 12:58 PM brian m. carlsonquoted
This is in use at GitHub to produce conflict diffs when a merge fails, and it seems generally useful, so I'm sending it here.But...wouldn't you already have the conflicts generated when doing the merge and learning that it fails? Why would you need to generate them again?
I was surprised by this as well, but as you say this seems like a useful addition independent of any specific use at GitHub. Best Wishes Phillip