Preserve CRLF line endings for Windows batch files
Project: http://git-wip-us.apache.org/repos/asf/brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn/commit/48ab9d9f Tree: http://git-wip-us.apache.org/repos/asf/brooklyn/tree/48ab9d9f Diff: http://git-wip-us.apache.org/repos/asf/brooklyn/diff/48ab9d9f Branch: refs/heads/0.7.0-incubating Commit: 48ab9d9f34fc9339eaa3eaf7fe56031c759d4e51 Parents: bd20c23 Author: Svetoslav Neykov <[email protected]> Authored: Wed Oct 15 21:31:50 2014 +0300 Committer: Svetoslav Neykov <[email protected]> Committed: Wed Oct 15 21:33:09 2014 +0300 ---------------------------------------------------------------------- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn/blob/48ab9d9f/.gitattributes ---------------------------------------------------------------------- diff --git a/.gitattributes b/.gitattributes index dc165f0..21ceeba 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ #Don't auto-convert line endings for shell scripts on Windows (breaks the scripts) * text=auto *.sh text eol=lf +*.bat text eol=crlf +*.ps1 text eol=crlf +
