Skip to content

chore: ignore CSharpier format-pass commit in git blame#65

Merged
daniel3303 merged 1 commit into
masterfrom
chore/git-blame-ignore-revs
May 14, 2026
Merged

chore: ignore CSharpier format-pass commit in git blame#65
daniel3303 merged 1 commit into
masterfrom
chore/git-blame-ignore-revs

Conversation

@daniel3303
Copy link
Copy Markdown
Owner

Summary

  • Adds .git-blame-ignore-revs referencing the squashed commit from chore: add CSharpier and apply one-time format pass #64 (fa8e787) so git blame and GitHub's blame view skip the mass reformat and continue to attribute lines to their original authors.
  • Documents the local opt-in: git config blame.ignoreRevsFile .git-blame-ignore-revs.

Code changes

  • .git-blame-ignore-revs — new file with one ignored revision (the CSharpier format pass).

Add .git-blame-ignore-revs pointing at fa8e787 so authorship survives
the mass reformat. GitHub's blame view honors this file automatically;
locally enable with:
  git config blame.ignoreRevsFile .git-blame-ignore-revs
@daniel3303 daniel3303 merged commit d7ef7fd into master May 14, 2026
@daniel3303 daniel3303 deleted the chore/git-blame-ignore-revs branch May 14, 2026 11:31
@codecov
Copy link
Copy Markdown

codecov Bot commented May 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.66%. Comparing base (fa8e787) to head (8814352).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #65   +/-   ##
=======================================
  Coverage   99.66%   99.66%           
=======================================
  Files          25       25           
  Lines        1177     1177           
  Branches      128      128           
=======================================
  Hits         1173     1173           
  Misses          1        1           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant