From 489b0468e99124ae18e359f27d8b2596b197365b Mon Sep 17 00:00:00 2001 From: Jamie Phillips Date: Fri, 24 Apr 2015 19:47:16 -0400 Subject: [PATCH 1/3] Adding git attributes to force unix line endings --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8218efd --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh eol=lf \ No newline at end of file From f1acb6490c5ba0d6ce461ce538c494e044ad8303 Mon Sep 17 00:00:00 2001 From: Jamie Phillips Date: Fri, 24 Apr 2015 19:58:56 -0400 Subject: [PATCH 2/3] Adding .gitattributes Hopefully this prevents non-unix line endings being added to repo. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 8218efd..50ca329 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -*.sh eol=lf \ No newline at end of file +*.sh eol=lf From 8c54750d23e14af0d549345649eeb98475581c97 Mon Sep 17 00:00:00 2001 From: Jamie Phillips Date: Fri, 24 Apr 2015 19:47:16 -0400 Subject: [PATCH 3/3] Adding .gitattributes Hopefully this prevents non-unix line endings being added to repo. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..50ca329 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh eol=lf