You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by ju...@apache.org on 2015/05/10 08:50:12 UTC

incubator-reef git commit: update gitattributes

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 <jw...@yahoo.com>
Authored: Sat May 9 23:49:52 2015 -0700
Committer: Julia Wang <jw...@yahoo.com>
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