mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-04-28 03:53:10 -07:00
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) <noreply@anthropic.com>
This commit is contained in:
9
.git-blame-ignore-revs
Normal file
9
.git-blame-ignore-revs
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user