Repository: incubator-reef Updated Branches: refs/heads/branch-0.11.0-incubating b094cdc4b -> ad847605a
use LF for sh file Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/ad847605 Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/ad847605 Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/ad847605 Branch: refs/heads/branch-0.11.0-incubating Commit: ad847605ab5d65a953d804cb1d02c6cff7d7949a Parents: b094cdc Author: Julia Wang <[email protected]> Authored: Sat May 9 23:18:35 2015 -0700 Committer: Julia Wang <[email protected]> Committed: Sat May 9 23:18:35 2015 -0700 ---------------------------------------------------------------------- .gitattributes | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/ad847605/.gitattributes ---------------------------------------------------------------------- diff --git a/.gitattributes b/.gitattributes index db5b15f..e35dfcc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +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 * text=auto
