From: "H. Peter Anvin" <hpa@zytor.com> Date: 2016-06-15 22:42:13
Alex Riesen wrote:
Activision's Perl generates CRLF unless STDOUT is binmoded, which is
inconsistent with other output of git-status.
---
I assume none _sane_ can want CRLF as line-ending...
Well, if it's a text file we probably should use platform-native
line-ending, and at least be tolerant of \r\n.
-hpa