HADOOP-13598. Add eol=lf for unix format files in .gitattributes. Contributed by Yiqun Lin.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/696bc0e0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/696bc0e0 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/696bc0e0 Branch: refs/heads/YARN-2915 Commit: 696bc0e0abe57051470da0cbd539ddf21cc60da9 Parents: 86c9862 Author: Akira Ajisaka <[email protected]> Authored: Wed Sep 14 11:14:31 2016 +0900 Committer: Akira Ajisaka <[email protected]> Committed: Wed Sep 14 11:14:31 2016 +0900 ---------------------------------------------------------------------- .gitattributes | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/696bc0e0/.gitattributes ---------------------------------------------------------------------- diff --git a/.gitattributes b/.gitattributes index 9a4ca70..33aa676 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,15 +1,15 @@ # Auto detect text files and perform LF normalization * text=auto -*.cs text diff=csharp -*.java text diff=java -*.html text diff=html -*.py text diff=python -*.pl text diff=perl -*.pm text diff=perl -*.css text -*.js text -*.sql text +*.cs text diff=csharp eol=lf +*.java text diff=java eol=lf +*.html text diff=html eol=lf +*.py text diff=python eol=lf +*.pl text diff=perl eol=lf +*.pm text diff=perl eol=lf +*.css text eol=lf +*.js text eol=lf +*.sql text eol=lf *.sh text eol=lf --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
