Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2015-01-11 08:49:45 +0300
committerRod Vagg <rod@vagg.org>2015-01-13 01:44:34 +0300
commit43e4c906e2272e2eee94ebb4c36d0ada0ae75f2a (patch)
tree86737610172185006e3188795775104abdc607a6 /.gitattributes
parentdd260d21521082fdc6d70da851e826b440b46b44 (diff)
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--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index a185d697627..73e2881a3ee 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,2 @@
test/fixtures/* -text
+*.bat text eol=crlf