You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Index.merge_file` produces the conflict file for a given conflict.
This can be produced for add/add conflicts (that are missing ancestors)
but - by definition - cannot be produced for edit/delete conflicts.
(Git simply leaves the edited file in the working tree without conflict
markup.)
Validate that we handle this case correctly.
0 commit comments