commit | 74b1ea5ce09c8455f35da0fbbd41f678708151d8 | [log] [tgz] |
---|---|---|
author | Daniel Micay <danielmicay@gmail.com> | Wed May 07 17:58:54 2014 -0400 |
committer | Daniel Micay <danielmicay@gmail.com> | Wed May 07 18:48:39 2014 -0400 |
tree | 00298382a1fbfdaa652e75598a9cfcfe020c563b | |
parent | a344dd01c74a7e385087819046105f689931905d [diff] |
fix git handling of newlines on windows 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.