mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
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>
10 lines
475 B
Text
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
|