$ git --version --build-options
git version 2.22.0.rc3.windows.1.380.gef5ddde56c.dirty
cpu: x86_64
built from commit: ef5ddde56cd95128ec1bba450bd2e4c21dc77898
sizeof-long: 4
sizeof-size_t: 8
$ git version --build-options
git version 2.23.0.windows.1
cpu: x86_64
built from commit: 4db2e5cc9e1522131a039cbad3970f147a39f0ce
sizeof-long: 4
sizeof-size_t: 8
[1]+ Done git gui
$ cmd.exe /c ver
Microsoft Windows [Version 10.0.17763.737]
# One of the following:
> type "C:\Program Files\Git\etc\install-options.txt"
> type "C:\Program Files (x86)\Git\etc\install-options.txt"
> type "%USERPROFILE%\AppData\Local\Programs\Git\etc\install-options.txt"
$ cat /etc/install-options.txt
Editor Option: Notepad++
Custom Editor Path:
Path Option: BashOnly
SSH Option: OpenSSH
Tortoise Option: false
CURL Option: OpenSSL
CRLF Option: CRLFAlways
Bash Terminal Option: MinTTY
Performance Tweaks FSCache: Enabled
Use Credential Manager: Enabled
Enable Symlinks: Disabled
Enable Builtin Interactive Add: Enabled
This is likely a long term 'bug'. This report is to have a place to capture the screen shot.
bash/mintty
phili@Philip-Win10 MINGW64 /c/git-sdk-64/usr/src/git (size_t_6rebase)
$ git rebase --onto origin/master 9c8cba6862abe5ac821
...
Falling back to patching base and 3-way merge...
...
error: Failed to merge in the changes.
...
$ git gui &
[shows view below]
I'd hoped that the git-gui would cope with the 3-way merge conflict markers
||||||| merged common ancestors
so that they were marked in the 'third' colour (orange) and form an distinct option for selecting which side of the merge could be selected
The conflict markers, and common ancestor lines, are treated as being part of the current HEAD
I believe it is a general issue.

This report is to have a place to capture the screen shot.
It's really an upstream problem, but it's not as easy for the screenshot.png viewing their.
I proposed a fix for this here: https://github.com/bertwesarg/git-gui/tree/bw/diff3-conflict-style
@bertwesarg great! This is what you contributed at https://public-inbox.org/git/97013a71289857767100d6a4adcb39ca99b2b21b.1569845908.git.bert.wesarg@googlemail.com/, right?
It is, only that I already send out v3. But only 1/2 made it to the list. The branch is up-to-date though.
This is merged upstream as https://github.com/prati0100/git-gui/commit/69fdb922ad1364a2752e1e444407f2aebd089ddf so this issue can be closed.
Most helpful comment
This is merged upstream as https://github.com/prati0100/git-gui/commit/69fdb922ad1364a2752e1e444407f2aebd089ddf so this issue can be closed.