diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-03-09 07:34:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 07:34:55 -0500 |
commit | 3ce650057d3dcbca66ac9fb672594580f29c6e37 (patch) | |
tree | f2b6d9b0a3e43c024b16f3549de2bf8b50537822 /setup.cfg | |
parent | Fixup sample config (diff) | |
download | synapse-3ce650057d3dcbca66ac9fb672594580f29c6e37.tar.xz |
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
Diffstat (limited to '')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg index f46e43fad0..5e301c2cd7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,7 @@ test_suite = tests [check-manifest] ignore = + .git-blame-ignore-revs contrib contrib/* docs/* |