Commit Graph

1 Commits (e32b9f44ee466ad8dad47fdbea7e2711c11b9dc7)

Author SHA1 Message Date
Patrick Cloke 3ce650057d
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
2021-03-09 07:34:55 -05:00