Skip to content

Commit 4588abb

Browse files
authored
Merge branch 'main' into ci/scope-ggshield-secret
2 parents e400e7e + 1bc364b commit 4588abb

212 files changed

Lines changed: 48368 additions & 48349 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.git-blame-ignore-revs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Revisions to ignore when running git blame.
2+
#
3+
# Configure your local clone with:
4+
# git config blame.ignoreRevsFile .git-blame-ignore-revs
5+
#
6+
# GitHub's web UI uses this file automatically.
7+
8+
# chore: renormalize line endings to LF (210 files, content unchanged)
9+
4096d36b6b9a24f6bd23029573337449ea1b8e33

.gitattributes

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
* -crlf
1+
# Normalize line endings to LF in both the repo and the working tree, regardless of
2+
# the contributor's global core.autocrlf setting. PowerShell on Windows handles LF
3+
# fine. Without this, Windows clones with core.autocrlf=true emit "LF will be
4+
# replaced by CRLF the next time Git touches it" warnings on every commit when
5+
# files are edited by tooling that writes LF (most editors and AI agents do).
6+
#
7+
# Replaces the older `* -crlf` rule, which only disabled CRLF conversion (so
8+
# files kept whatever endings they had on commit) but did not coerce a single
9+
# convention. The renormalize commit immediately following this change converts
10+
# the repo's mixed endings to LF — see .git-blame-ignore-revs.
11+
* text=auto eol=lf

0 commit comments

Comments
 (0)