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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-02-23 16:21:55 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-02-23 16:21:55 +0300
commit8d0e921d8b94bd1b21b770c2d727121d176f27d7 (patch)
tree500923f7723b9623d655daf980f88d9d672dd56c /docs
parentf1fa4ecd4d6adf617676bc8d1f257bdf53e05979 (diff)
Fix Windows build due to line ending changes in sed
The recent sed update in cygwin [1] changed the way sed handles carriage returns. This meant that every .in file we processed still contained CR, which doesn't work for .sh files. Force LF line endings for those files (and also other shell scripts). [1] https://cygwin.com/ml/cygwin-announce/2017-02/msg00036.html
Diffstat (limited to 'docs')
-rw-r--r--docs/.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/.gitattributes b/docs/.gitattributes
new file mode 100644
index 00000000000..1847f864cba
--- /dev/null
+++ b/docs/.gitattributes
@@ -0,0 +1,3 @@
+check-coverage crlf=input
+check-exports crlf=input
+produce-lists crlf=input