Skip to content

Add .git-blame-ignore-revs#2893

Merged
JacobCoffee merged 1 commit intomainfrom
add-git-blame-ignore-revs
Feb 18, 2026
Merged

Add .git-blame-ignore-revs#2893
JacobCoffee merged 1 commit intomainfrom
add-git-blame-ignore-revs

Conversation

@JacobCoffee
Copy link
Member

Summary

  • Adds .git-blame-ignore-revs so git blame skips bulk formatting/restructure commits
  • Covers ruff formatting (ruff #2882, 2cf268f0) and app restructure (Restructure top level apps #2883, 31bc7e36)
  • GitHub automatically respects this file; local users can run:
    git config blame.ignoreRevsFile .git-blame-ignore-revs
    

Test plan

🤖 Generated with Claude Code

Tells git blame to skip past the ruff formatting (#2882) and app
restructure (#2883) commits so blame shows the actual author of each
line.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings February 18, 2026 01:48
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a .git-blame-ignore-revs file to help developers skip bulk formatting and restructuring commits when using git blame. The file is automatically respected by GitHub, and local users can configure their git to use it with git config blame.ignoreRevsFile .git-blame-ignore-revs.

Changes:

  • Adds .git-blame-ignore-revs file with two commit references to ignore during blame operations
  • References ruff formatting commit from PR #2882 (2cf268f0)
  • References app restructure commit from PR #2883 (31bc7e36)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@JacobCoffee JacobCoffee reopened this Feb 18, 2026
@JacobCoffee JacobCoffee merged commit e5a8d8e into main Feb 18, 2026
19 of 20 checks passed
@JacobCoffee JacobCoffee deleted the add-git-blame-ignore-revs branch February 18, 2026 01:51
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