Description
By default (at least on Linux) git does convert CRLF automatically, also in the above mentioned file. However, that CRLF is a feature in that file....
(This is quite annoyed, as this can prevent you from switching branches, as I just found out while working on LOGCXX-538...)
Fix is to add this file to .gittattributes with -text, so that git does not convert that file...
PR incoming!
Attachments
Issue Links
- links to