summaryrefslogtreecommitdiff
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* build,win: fix Python detection on localized OSJoão Reis2019-09-051-0/+1
| | | | | | | | | | | | | | This code previously assumed the default value was always printed to the console by reg.exe as "(default)", but this is not true on localized versions of Windows and can contain spaces. Fixes: https://github.com/nodejs/node/issues/29417 PR-URL: https://github.com/nodejs/node/pull/29423 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: David Carlier <devnexen@gmail.com>
* src: limit .gitattributes eol to vcbuild.batRod Vagg2015-01-131-1/+1
| | | | | Fixes: https://github.com/iojs/io.js/issues/330 PR-URL: https://github.com/iojs/io.js/pull/331
* src: rename node to io.js for Windows installerRod Vagg2015-01-131-0/+1
| | | | | | | | | | | * 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>
* Explicitly disable cr/lf conversion for test fixturesBert Belder2011-08-101-0/+1
Otherwise git's autocrlf feature makes test fail on windows.