From e3e0301ffa0b0567f9e49b87217e2ba140868795 Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Wed, 22 Apr 2026 20:23:05 -0400 Subject: [PATCH] chore: add .git-blame-ignore-revs with style commit Isolates blame churn from the ruff format pass in commit 9b684bb, which reformatted pre-existing lines in hate_crack/main.py that are outside the scope of the notifications-submenu feature. Enable locally with: git config blame.ignoreRevsFile .git-blame-ignore-revs Co-Authored-By: Claude Opus 4.7 (1M context) --- .git-blame-ignore-revs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..8299e92 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,9 @@ +# Revisions listed here are skipped by `git blame --ignore-revs-file`. +# Enable locally with: +# git config blame.ignoreRevsFile .git-blame-ignore-revs +# +# Only add commits whose changes are purely mechanical (e.g., formatter +# passes, mass-rename refactors). Do not add feature commits. + +# style: ruff format pass for Notifications submenu +9b684bb44c3cd04b00a5421691179ea56162780c