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

Add .gitattributes to force .rst files to LF line endings #1001

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 11, 2021

  1. Add .gitattributes to force .rst files to LF line endings

    setup.py runs a regex which assumes LF line endings
    over the contents of CHANGELOG.rst.
    When installing pyopenssl from source (`pip install git+...`)
    on Windows, there's a good chance these files will be checked
    out with CRLF line endings today.
    mikewadsten committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    33e9e3c View commit details
    Browse the repository at this point in the history