Closed (fixed)
Project:
Fusion
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Apr 2011 at 15:30 UTC
Updated:
11 May 2020 at 13:01 UTC
Jump to comment: Most recent
Comments
Comment #1
barrapontofor what it's worth, i have run the following command:
find . -type f -exec dos2unix '{}' \;using the dos2unix 5.2.1 utility from http://www.xs4all.nl/~waterlan/dos2unix.html
Comment #2
barrapontoand by the way, setting safecrlf = true in .gitconfig means it will automatically convert even if the user OS is using a different line ending.
Comment #3
aquariumtap commentedHi barraponto, I recently adjusted my git settings, so we should be moving to standard unix line endings gradually over the next couple of weeks.
Comment #4
Poieo commentedComment #5
damienmckenna