Mixed line endings interfere with git on Unix systems

Issue #66 closed
Bee Szonye created an issue

The repository has some files checked in with Windows CRLF line endings, which causes problems when checking out on my Linux box. Regardless of how I configure line endings on my system, Git checks out those files with CRLF instead of LF, and then git status complains that the files are modified.

I’ve submitted a pull request to fix the problem.

Comments (6)

  1. Pierre Denis repo owner

    I've accepted the PR and made the merge. Now, I'm not sure to clearly see the actual impact because it seems that there are still remaining CRLF. Please tell me if it's OK for you, so I can close the issue.

  2. Log in to comment