You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2016/01/07 08:13:41 UTC

[4/4] mina-sshd git commit: Added explicit 'text' attribute to listed patterns in .gitattributes configuration

Added explicit 'text' attribute to listed patterns in .gitattributes configuration


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/1e09776e
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/1e09776e
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/1e09776e

Branch: refs/heads/master
Commit: 1e09776e781de52fcf897a097eff52d8291c6842
Parents: cfb006c
Author: Lyor Goldstein <lg...@vmware.com>
Authored: Thu Jan 7 09:13:26 2016 +0200
Committer: Lyor Goldstein <lg...@vmware.com>
Committed: Thu Jan 7 09:13:26 2016 +0200

----------------------------------------------------------------------
 .gitattributes | 27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/1e09776e/.gitattributes
----------------------------------------------------------------------
diff --git a/.gitattributes b/.gitattributes
index c3f8552..e0bf0dc 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,17 +1,18 @@
 *               text=auto
-*.sh            eol=lf
-*.properties    eol=lf
-*.groovy        eol=lf
-*.scala         eol=lf
-*.pl            eol=lf
-*.awk           eol=lf
-*.xml           eol=lf
-*.yaml          eol=lf
-*.json          eol=lf
-*.py            eol=lf
-*.js            eol=lf
-*.bat           eol=crlf
-*.vbs	        eol=crlf
+*.txt           text eol=lf
+*.sh            text eol=lf
+*.properties    text eol=lf
+*.groovy        text eol=lf
+*.scala         text eol=lf
+*.pl            text eol=lf
+*.awk           text eol=lf
+*.xml           text eol=lf
+*.yaml          text eol=lf
+*.json          text eol=lf
+*.py            text eol=lf
+*.js            text eol=lf
+*.bat           text eol=crlf
+*.vbs	        text eol=crlf
 *.jpg           -text
 *.pdf           -text
 *.png           -text