Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix line ending handling if autocrlf is false. #34

Merged
merged 1 commit into from
Nov 28, 2013
Merged

Fix line ending handling if autocrlf is false. #34

merged 1 commit into from
Nov 28, 2013

Conversation

schlamar
Copy link
Contributor

If you have set autocrlf=false in global git config you have some strange issues like init.bat is checked out with unix line endings and does not work properly. This patch adds autocrlf behavior as per-repository setting (see https://help.github.com/articles/dealing-with-line-endings).

samvasko added a commit that referenced this pull request Nov 28, 2013
Fix line ending handling if autocrlf is false.
@samvasko samvasko merged commit 47b725b into cmderdev:master Nov 28, 2013
@samvasko
Copy link
Contributor

Thanks!

@schlamar schlamar deleted the gitattributes branch November 28, 2013 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants