Garm Claude Opus 4.7 (1M context) commited on
Commit
eb041f0
·
1 Parent(s): 9d5bc33

chore: add .git-blame-ignore-revs

Browse files

Lists the line-ending renormalization commit so `git blame` and GitHub's
blame UI skip it. Contributors can opt in locally with:

git config blame.ignoreRevsFile .git-blame-ignore-revs

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. .git-blame-ignore-revs +10 -0
.git-blame-ignore-revs ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Revisions listed here are skipped by `git blame --ignore-revs-file`
2
+ # and by GitHub's blame UI. Use for mechanical, repo-wide changes that
3
+ # touch every line of a file but don't change semantics (formatter runs,
4
+ # line-ending normalization, bulk renames applied by codemod, etc.).
5
+ #
6
+ # Configure your local git to auto-pick this up:
7
+ # git config blame.ignoreRevsFile .git-blame-ignore-revs
8
+
9
+ # chore: renormalize line endings to LF
10
+ efd2ac1ca4d88d8f5990259c98b673c603902896