mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-18 19:24:39 -04:00
Add a list of hashes to ignore during git blame. (#9560)
The hashes are from commits due to auto-formatting, e.g. running black. git can be configured to use this automatically by running the following: git config blame.ignoreRevsFile .git-blame-ignore-revs
This commit is contained in:
parent
576c91c7c1
commit
3ce650057d
3 changed files with 10 additions and 0 deletions
1
changelog.d/9560.misc
Normal file
1
changelog.d/9560.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Add a `.git-blame-ignore-revs` file with the hashes of auto-formatting.
|
Loading…
Add table
Add a link
Reference in a new issue