headroom/.git-blame-ignore-revs
Garm 570a365dc4 chore: add .git-blame-ignore-revs
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>
2026-04-24 15:35:29 +02:00

10 lines
475 B
Text

# Revisions listed here are skipped by `git blame --ignore-revs-file`
# and by GitHub's blame UI. Use for mechanical, repo-wide changes that
# touch every line of a file but don't change semantics (formatter runs,
# line-ending normalization, bulk renames applied by codemod, etc.).
#
# Configure your local git to auto-pick this up:
# git config blame.ignoreRevsFile .git-blame-ignore-revs
# chore: renormalize line endings to LF
efd2ac1ca4d88d8f5990259c98b673c603902896