[3.5][windows] bpo-27425: Add .gitattributes, fix Windows tests by vstinner · Pull Request #844 · python/cpython (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation2 Commits1 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
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 changed the title
[3.5] bpo-27425: Add .gitattributes, fix Windows tests [3.5][windows] bpo-27425: Add .gitattributes, fix Windows tests
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.
2 participants