Repository: aurora Updated Branches: refs/heads/master 15195bd7d -> 0c99c349d
Force Windows to always use Unix line endings. Since everything is run inside an Ubuntu VM, we want to ensure the line endings don't get auto-translated. Bugs closed: AURORA-1354 Reviewed at https://reviews.apache.org/r/41521/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/0c99c349 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/0c99c349 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/0c99c349 Branch: refs/heads/master Commit: 0c99c349d22e0350c64e3691569f552c83d1539c Parents: 15195bd Author: Joshua Cohen <[email protected]> Authored: Thu Dec 17 12:59:15 2015 -0600 Committer: Joshua Cohen <[email protected]> Committed: Thu Dec 17 12:59:15 2015 -0600 ---------------------------------------------------------------------- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/0c99c349/.gitattributes ---------------------------------------------------------------------- diff --git a/.gitattributes b/.gitattributes index a5ab8cf..c41ea77 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ +* text eol=lf + /gradlew export-ignore /gradle export-ignore
