Prerequisite:
git merge.conflictstyle set to diff3
For example, run
git config --global merge.conflictstyle diff3
(Issue does not repro if merge.conflictstyle is set to default value of merge)
Repro steps:
- Clone https://github.com/eileenh/eileenh-fork-test
- Open the repository in fork application
- Switch to branch-b
- Merge branch-a into branch-b (I right-clicked on branch-a, used "merge into branch-b" menu option

- Get merge conflict notification

- Click Merge
- Now I am on this screen

- Click the Merge button
Result:
The merge conflict window contains diff marker "||||||| 8763021" on the branch-b side

After clicking Select Right, the merged file looks like this:

Note that these changes actually get pushed into the file if you click the Merge button in this window
Expect:
Diff markers should not be present in merged text
I am on Windows Fork version 1.74.1.0
Prerequisite:
git merge.conflictstyle set to diff3
For example, run
git config --global merge.conflictstyle diff3
(Issue does not repro if merge.conflictstyle is set to default value of merge)
Repro steps:
Result:


The merge conflict window contains diff marker "||||||| 8763021" on the branch-b side
After clicking Select Right, the merged file looks like this:
Note that these changes actually get pushed into the file if you click the Merge button in this window
Expect:
Diff markers should not be present in merged text
I am on Windows Fork version 1.74.1.0