fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
451 stars 10 forks source link

Not respecting file line endings and encoding while resolving conflicts #2107

Open stefanBu75 opened 6 months ago

stefanBu75 commented 6 months ago

Hi

We have defined line endings and file encoding in a .gitattributes file. When resolving a merge conflict using the internal editor, the encoding and line endings are no longer correct. In the comparison window, special characters appear where umlauts were before. Using an external merge tool (WinMerge) works correctly.

We use V 1.92.00.

.gitattributes: *.c text working-tree-encoding=windows-1252 eol=crlf

Regards Stefan

2023-12-21 16_59_16-Clipboard

2023-12-21 16_59_52-Clipboard

2023-12-21 17_02_05-Clipboard

2023-12-21 17_03_51-Clipboard

2023-12-21 17_11_37-Clipboard

2023-12-21 17_12_37-Clipboard