summaryrefslogtreecommitdiff
path: root/.gitattributes
AgeCommit message (Collapse)Author
2015-01-13src: limit .gitattributes eol to vcbuild.batRod Vagg
Fixes: https://github.com/iojs/io.js/issues/330 PR-URL: https://github.com/iojs/io.js/pull/331
2015-01-13src: rename node to io.js for Windows installerRod Vagg
* quote "NODE_VERSION_STRING" in node.rc to allow for complex version strings * change user-facing strings * make sure .bat files are crlf PR-URL: https://github.com/iojs/io.js/pull/291 Reviewed-By: Bert Belder <bertbelder@gmail.com> Reviewed-By: Nikolai Vavilov <vvnicholas@gmail.com>
2011-08-10Explicitly disable cr/lf conversion for test fixturesBert Belder
Otherwise git's autocrlf feature makes test fail on windows.