Instruct git to do eol normalization on text files (in case core.autocrlf is not set in git config)
Project: http://git-wip-us.apache.org/repos/asf/brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn/commit/1354449d Tree: http://git-wip-us.apache.org/repos/asf/brooklyn/tree/1354449d Diff: http://git-wip-us.apache.org/repos/asf/brooklyn/diff/1354449d Branch: refs/heads/0.7.0-incubating Commit: 1354449d10d53e59c6a2fa8269b9567273e4669c Parents: 9d37143 Author: Svetoslav Neykov <[email protected]> Authored: Mon Oct 6 21:46:39 2014 +0300 Committer: Svetoslav Neykov <[email protected]> Committed: Mon Oct 6 21:46:39 2014 +0300 ---------------------------------------------------------------------- .gitattributes | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn/blob/1354449d/.gitattributes ---------------------------------------------------------------------- diff --git a/.gitattributes b/.gitattributes index 2bca294..dc165f0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ #Don't auto-convert line endings for shell scripts on Windows (breaks the scripts) +* text=auto *.sh text eol=lf
