From 3015c5d35425cd29a3ba7ba7544d6ba075220521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lawrence=20Vel=C3=A1zquez?= Date: Wed, 17 Aug 2016 21:57:59 +0000 Subject: [PATCH] Normalize EOLs in Git clones git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@151565 d073be05-634f-4543-b044-5fe20cf6d1d6 --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000000..be5d27a7a5e6f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# Normalize EOLs by default, to avoid falling back on committers' +# "core.autocrlf" settings. +* text=auto + +# Don't normalize EOLs of files derived from an upstream. +*.diff -text +*.patch -text +net/nagios-plugins/files/check_nt.c -text