summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-03-09 07:34:55 -0500
committerGitHub <noreply@github.com>2021-03-09 07:34:55 -0500
commit3ce650057d3dcbca66ac9fb672594580f29c6e37 (patch)
treef2b6d9b0a3e43c024b16f3549de2bf8b50537822 /changelog.d
parentFixup sample config (diff)
downloadsynapse-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 'changelog.d')
-rw-r--r--changelog.d/9560.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9560.misc b/changelog.d/9560.misc
new file mode 100644
index 0000000000..57a698f846
--- /dev/null
+++ b/changelog.d/9560.misc
@@ -0,0 +1 @@
+Add a `.git-blame-ignore-revs` file with the hashes of auto-formatting.