You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:31:34 UTC

[13/32] brooklyn git commit: Preserve CRLF line endings for Windows batch files

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 <sv...@neykov.name>
Authored: Wed Oct 15 21:31:50 2014 +0300
Committer: Svetoslav Neykov <sv...@neykov.name>
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
+