Skip to content

Update .gitattributes and fix line endings - #348

Merged
igaztanaga merged 1 commit into
boostorg:developfrom
Flamefire:gitattr
Sep 21, 2026
Merged

igaztanaga merged 1 commit into
boostorg:developfrom
Flamefire:gitattr

Conversation

@Flamefire

@Flamefire Flamefire commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

Migrate the .gitattributes file from the SVN style attribute leftovers to Git syntax. Fix wrongly introduced CRLFs.

Migration done by:

sed -Ei -e 's/svneol=crlf#.*/eol=crlf/g' -e 's/ svneol=(native|unset).*//g' -e 's/svneol=LF#.*/eol=lf/g' -e 's/(eol=[^ ]+) eol=.*/\1/g' -e 's/ !eol//' .gitattributes
git add --renormalize .
git commit -m 'Update .gitattributes and fix line endings'

Migrate the .gitattributes file from the SVN style attribute leftovers to Git syntax.
Fix wrongly introduced CRLFs.
@Lastique Lastique mentioned this pull request Sep 21, 2026
@igaztanaga
igaztanaga merged commit 23a6f93 into boostorg:develop Sep 21, 2026
63 of 65 checks passed
@Flamefire
Flamefire deleted the gitattr branch September 22, 2026 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants