diff options
author | Rod Vagg <rod@vagg.org> | 2015-01-11 05:49:45 +0000 |
---|---|---|
committer | Rod Vagg <rod@vagg.org> | 2015-01-13 09:44:34 +1100 |
commit | 43e4c906e2272e2eee94ebb4c36d0ada0ae75f2a (patch) | |
tree | 86737610172185006e3188795775104abdc607a6 /.gitattributes | |
parent | dd260d21521082fdc6d70da851e826b440b46b44 (diff) | |
download | nodejs-43e4c906e2272e2eee94ebb4c36d0ada0ae75f2a.tar.gz nodejs-43e4c906e2272e2eee94ebb4c36d0ada0ae75f2a.tar.bz2 nodejs-43e4c906e2272e2eee94ebb4c36d0ada0ae75f2a.zip |
src: rename node to io.js for Windows installer
* 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>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index a185d6976..73e2881a3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ test/fixtures/* -text +*.bat text eol=crlf |