X Tutup
Skip to content

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

Merged
vstinner merged 1 commit intopython:3.5from
vstinner:gitattributes
Mar 27, 2017
Merged

[3.5][windows] bpo-27425: Add .gitattributes, fix Windows tests#844
vstinner merged 1 commit intopython:3.5from
vstinner:gitattributes

Conversation

@vstinner
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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

X Tutup