From: Matthew Flaschen Date: Sat, 10 May 2014 10:09:28 +0000 (+0200) Subject: Make *.sh files use LF X-Git-Tag: 1.31.0-rc.0~15778 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27votes%27%2C%20votes=%27waiting%27%29%20%7D%7D?a=commitdiff_plain;h=f64ae7564e3e25aa5bf9d6ea09258fcdc0989b24;p=lhc%2Fweb%2Fwiklou.git Make *.sh files use LF Someone setting up MediaWiki-Vagrant on Windows had an issue with a carriage return in a shell file sha-bang, which this should fix. Change-Id: I190a6a6f80233b4a0ac9fd6c34d1b8af9bd6f17c --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..50ca329f24 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh eol=lf