I looked for files that had a match for the regex "\r[^\n]" and had Eclipse convert the line endings to Windows-style. (Could have alternatively converted these to Unix-style, but we already have a mix and I suspect support for Windows line endings among Unix programs is slightly better than vice versa.)
This pull request shows how much these types of line endings confuse git.
I looked for files that had a match for the regex "\r[^\n]" and had Eclipse convert the line endings to Windows-style. (Could have alternatively converted these to Unix-style, but we already have a mix and I suspect support for Windows line endings among Unix programs is slightly better than vice versa.)
This pull request shows how much these types of line endings confuse git.