From f64ae7564e3e25aa5bf9d6ea09258fcdc0989b24 Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Sat, 10 May 2014 12:09:28 +0200 Subject: [PATCH] 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 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..50ca329f24 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh eol=lf -- 2.20.1