This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
nodejs
Watch
0
Star
0
Fork
0
You've already forked nodejs
mirror of
https://github.com/nodejs/node.git
synced
2024-11-29 23:16:30 +01:00
Code
Issues
Releases
Activity
2257e80902
nodejs
/
.gitattributes
4 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Explicitly disable cr/lf conversion for test fixtures Otherwise git's autocrlf feature makes test fail on windows.
2011-08-10 19:56:56 +02:00
test/fixtures/* -text
src: limit .gitattributes eol to vcbuild.bat Fixes: https://github.com/iojs/io.js/issues/330 PR-URL: https://github.com/iojs/io.js/pull/331
2015-01-13 12:31:41 +01:00
vcbuild.bat text eol=crlf
build,win: fix Python detection on localized OS 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>
2019-09-03 17:44:50 +02:00
tools/msvs/find_python.cmd text eol=crlf
Copy Permalink