Skip to content

Commit 601876d

Browse files
tablackburnclaude
andcommitted
chore: add .git-blame-ignore-revs for the renormalize commit
git blame and the GitHub web UI both honor .git-blame-ignore-revs at the repo root. The previous commit was pure line-ending churn (no content change), so blaming through it is noise — this entry redirects blame to the actual content author. Local clones need a one-time: git config blame.ignoreRevsFile .git-blame-ignore-revs GitHub picks it up automatically. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b0d2940 commit 601876d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.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

0 commit comments

Comments
 (0)