Export source into git gave me an error. Need conversion of lf/cr to lf
Posted: Fri Mar 01, 2013 10:47 pm
Regarding the 'git' and LF/CR problem.
Here is a good solution
brew install dos2unix
// use command to convert all dos lf/cr to lf:
find . -type f -exec dos2unix {} \;