[151565] trunk

larryv at macports.org larryv at macports.org
Wed Aug 17 14:57:59 PDT 2016


Revision: 151565
          https://trac.macports.org/changeset/151565
Author:   larryv at macports.org
Date:     2016-08-17 14:57:59 -0700 (Wed, 17 Aug 2016)
Log Message:
-----------
Normalize EOLs in Git clones

Added Paths:
-----------
    contrib/.gitattributes
    contrib/Pallet/.gitattributes
    contrib/mp-buildbot/.gitattributes
    contrib/mpab/.gitattributes
    trunk/base/.gitattributes
    trunk/doc/.gitattributes
    trunk/doc-new/.gitattributes
    trunk/dports/.gitattributes
    trunk/www/.gitattributes

Added: contrib/.gitattributes
===================================================================
--- contrib/.gitattributes	                        (rev 0)
+++ contrib/.gitattributes	2016-08-17 21:57:59 UTC (rev 151565)
@@ -0,0 +1,3 @@
+# Normalize EOLs by default, to avoid falling back on committers'
+# "core.autocrlf" settings.
+* text=auto

Added: contrib/Pallet/.gitattributes
===================================================================
--- contrib/Pallet/.gitattributes	                        (rev 0)
+++ contrib/Pallet/.gitattributes	2016-08-17 21:57:59 UTC (rev 151565)
@@ -0,0 +1,3 @@
+# Normalize EOLs by default, to avoid falling back on committers'
+# "core.autocrlf" settings.
+* text=auto

Added: contrib/mp-buildbot/.gitattributes
===================================================================
--- contrib/mp-buildbot/.gitattributes	                        (rev 0)
+++ contrib/mp-buildbot/.gitattributes	2016-08-17 21:57:59 UTC (rev 151565)
@@ -0,0 +1,3 @@
+# Normalize EOLs by default, to avoid falling back on committers'
+# "core.autocrlf" settings.
+* text=auto

Added: contrib/mpab/.gitattributes
===================================================================
--- contrib/mpab/.gitattributes	                        (rev 0)
+++ contrib/mpab/.gitattributes	2016-08-17 21:57:59 UTC (rev 151565)
@@ -0,0 +1,3 @@
+# Normalize EOLs by default, to avoid falling back on committers'
+# "core.autocrlf" settings.
+* text=auto

Added: trunk/base/.gitattributes
===================================================================
--- trunk/base/.gitattributes	                        (rev 0)
+++ trunk/base/.gitattributes	2016-08-17 21:57:59 UTC (rev 151565)
@@ -0,0 +1,3 @@
+# Normalize EOLs by default, to avoid falling back on committers'
+# "core.autocrlf" settings.
+* text=auto

Added: trunk/doc/.gitattributes
===================================================================
--- trunk/doc/.gitattributes	                        (rev 0)
+++ trunk/doc/.gitattributes	2016-08-17 21:57:59 UTC (rev 151565)
@@ -0,0 +1,3 @@
+# Normalize EOLs by default, to avoid falling back on committers'
+# "core.autocrlf" settings.
+* text=auto

Added: trunk/doc-new/.gitattributes
===================================================================
--- trunk/doc-new/.gitattributes	                        (rev 0)
+++ trunk/doc-new/.gitattributes	2016-08-17 21:57:59 UTC (rev 151565)
@@ -0,0 +1,3 @@
+# Normalize EOLs by default, to avoid falling back on committers'
+# "core.autocrlf" settings.
+* text=auto

Added: trunk/dports/.gitattributes
===================================================================
--- trunk/dports/.gitattributes	                        (rev 0)
+++ trunk/dports/.gitattributes	2016-08-17 21:57:59 UTC (rev 151565)
@@ -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

Added: trunk/www/.gitattributes
===================================================================
--- trunk/www/.gitattributes	                        (rev 0)
+++ trunk/www/.gitattributes	2016-08-17 21:57:59 UTC (rev 151565)
@@ -0,0 +1,3 @@
+# Normalize EOLs by default, to avoid falling back on committers'
+# "core.autocrlf" settings.
+* text=auto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160817/1d032685/attachment.html>


More information about the macports-changes mailing list