Skip to content

[3.5][windows] bpo-27425: Add .gitattributes, fix Windows tests #844

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

Merged
merged 1 commit into from
Mar 27, 2017
Merged

[3.5][windows] bpo-27425: Add .gitattributes, fix Windows tests #844

merged 1 commit into from
Mar 27, 2017

Conversation

vstinner
Copy link
Member

Mark binary files as binay in .gitattributes to not translate newline characters in Git repositories on Windows.

The git commit is not a cherry-pick, I simply copied the file from the master branch.

Mark binary files as binay in .gitattributes to not translate newline
characters in Git repositories on Windows.
@vstinner
Copy link
Member Author

@vstinner vstinner changed the title [3.5] bpo-27425: Add .gitattributes, fix Windows tests [3.5][windows] bpo-27425: Add .gitattributes, fix Windows tests Mar 27, 2017
@vstinner
Copy link
Member Author

Oh, I just saw that @zware proposed a change on .gitattributes in master: #840

Well, we can start with the current .gitattributes file to fix 3.5 buildbots, and then backporter further enhancements if needed.

@vstinner vstinner merged commit cf57fe1 into python:3.5 Mar 27, 2017
@vstinner vstinner deleted the gitattributes branch March 27, 2017 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants