summary refs log tree commit diff
path: root/.git-blame-ignore-revs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a list of hashes to ignore during git blame. (#9560)Patrick Cloke2021-03-091-0/+8
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