This website requires JavaScript.
Explore
Help
Register
Sign In
daohualiuxiang
/
node
mirror of
https://github.com/nodejs/node.git
Watch
1
Star
0
Fork
You've already forked node
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c2ceb15fd5
node
/
.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-11 01:56:56 +08: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 19:31:41 +08: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 23:44:50 +08:00
tools/msvs/find_python.cmd text eol=crlf