Skip to content

Commit 09c4a12

Browse files
committed
eol commit to .git-blame-ignore-revs
1 parent fbb026e commit 09c4a12

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# files reformatted from DOS line-endings
22
1277d8e5ab6457ed18d291100539f31d1bdb2d7c
3+
# enforced .editorconfig eol settings
4+
fbb026ef1145fe29e0ec3c1b66a3e99cac51e18d

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
1313
- GetSConsVersion() to grab the latest SCons version without needing to
1414
access SCons internals.
1515
- Migrate setup.cfg logic to pyproject.toml; remove setup.cfg.
16+
- Update .gitattributes to match .editorconfig; enforce eol settings.
1617

1718
From Raymond Li:
1819
- Fix issue #3935: OSErrors are now no longer hidden during execution of

RELEASE.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ DEVELOPMENT
8888
by adding SKIP_PDF=1. This should help with distro packaging of SCons,
8989
which now does not need "fop" and other tools to be set up in order to
9090
build pdf versions which are then ignored.
91+
- .gitattributes has been setup to mirror .editorconfig's eol settings.
92+
The repo-wide line-ending is now `lf`, with the exception of a few
93+
Windows-only files using `crlf` instead. Any files not already fitting
94+
this format have been explicitly converted.
9195

9296

9397
Thanks to the following contributors listed below for their contributions to this release.

0 commit comments

Comments
 (0)