Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix git handling of newlines on windows | Daniel Micay | 2014-05-07 | 1 | -0/+1 |
By default, git will coerce LF to CRLF when files are checked out on Windows. This causes hard to diagnose errors when compiling with mingw-w64 from Windows rather than cross-compiling. |