Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Disable auto-CRLF conversion on git checkout. | Matthew Somerville | 2016-06-03 | -0/+5 |
If someone cloned the repository on Windows with their default git settings, then ran vagrant up, it failed because the shell files now had CRLF line endings. Rather than try and exempt the appropriate files, let's just stop git trying to do anything clever at all. |