Repository: incubator-reef Updated Branches: refs/heads/branch-0.11.0-incubating ad847605a -> bbb7704ee
update gitattributes Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/bbb7704e Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/bbb7704e Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/bbb7704e Branch: refs/heads/branch-0.11.0-incubating Commit: bbb7704ee65460339e78c726868ff4ad5ae61165 Parents: ad84760 Author: Julia Wang <[email protected]> Authored: Sat May 9 23:49:52 2015 -0700 Committer: Julia Wang <[email protected]> Committed: Sat May 9 23:49:52 2015 -0700 ---------------------------------------------------------------------- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/bbb7704e/.gitattributes ---------------------------------------------------------------------- diff --git a/.gitattributes b/.gitattributes index e35dfcc..a42f0a4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ # Commit text files using LF endings *.java text eol=lf whitespace=trailing-space,space-before-tab,tab-in-indent,blank-at-eof -*.sh text eol-lf +*.sh text eol=lf * text=auto
