<pre style='margin:0'>
larryv pushed a commit to branch master
in repository macports-infrastructure.

</pre>
<p><a href="https://github.com/macports/macports-infrastructure/commit/c1428ac6a91900d4679dd3a19c25bff140ac9fd2">https://github.com/macports/macports-infrastructure/commit/c1428ac6a91900d4679dd3a19c25bff140ac9fd2</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new c1428ac  Enable EOL normalization
</span>c1428ac is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c1428ac6a91900d4679dd3a19c25bff140ac9fd2
</span>Author: Lawrence Velázquez <larryv@macports.org>
AuthorDate: Sun Oct 30 23:13:09 2016 -0400

<span style='display:block; white-space:pre;color:#404040;'>    Enable EOL normalization
</span>---
 .gitattributes | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/.gitattributes b/.gitattributes
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 0000000..8a7aff5
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/.gitattributes
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,3 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Normalize EOLs by default, to avoid falling back on committers'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# "core.autocrlf" settings.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+* text=auto
</span></pre><pre style='margin:0'>

</pre>