Skip to content

MSYS .gitattributes typo: Wrong line ending normalization under Windows #97

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

Closed
lacyyy opened this issue Jul 8, 2022 · 2 comments
Closed

Comments

@lacyyy
Copy link

lacyyy commented Jul 8, 2022

Typo in https://github.com/mosra/magnum-integration/blob/master/package/msys/.gitattributes

magnum/PKGBUILD text eof=lf
PKGBUILD text eof=lf

There is no attribute named eof, they're supposed to be eol attributes.
Because of this typo, Git on Windows wrongly normalizes the PKGBUILD files to CRLF line endings.
Last time I reported this typo in the other magnum repos I didn't know this repo existed 😄

@mosra
Copy link
Owner

mosra commented Jul 8, 2022

Ah damn, sorry! 😅 I thought I checked for the same problem everywhere, but apparently not.

Will push a fix tomorrow.

@mosra mosra added this to the 2022.0a milestone Jul 8, 2022
@mosra
Copy link
Owner

mosra commented Jul 9, 2022

Pushed (with you as an author) as 49f3459. Sorry again for the mess! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants