Adds .gitattributes to the projects to prevent LN and CLRF conflicts. #681
No reviewers
Labels
No labels
Bug
Cherry-picking
Database
Dependencies
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/Federation
Matrix/MSC
Matrix/Media
Meta
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: continuwuation/continuwuity#681
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "attributes-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
.gitattributes is explained at https://git-scm.com/book/ms/v2/Customizing-Git-Git-Attributes
But basically windows sometimes will randomly mess with newlines in already created files which creates 'ghost' changes. AKA changes where just the only difference is replacing LN with CRLF. This does not change any rust code and is relatively minor.