mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
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>
This commit is contained in:
parent
efd2ac1ca4
commit
570a365dc4
1 changed files with 10 additions and 0 deletions
10
.git-blame-ignore-revs
Normal file
10
.git-blame-ignore-revs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue