diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-07-18 15:02:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-18 14:02:32 +0000 |
commit | bb25dd81e3d909299092fce7adda05cc6f35dee2 (patch) | |
tree | 85e012f3e69bfb386643126f3f18863752a941a3 /.git-blame-ignore-revs | |
parent | Revert "Make all `process_replication_rows` methods async (#13304)" (#13312) (diff) | |
download | synapse-bb25dd81e3d909299092fce7adda05cc6f35dee2.tar.xz |
Prevent #3679 from appearing in blame results (#13311)
Diffstat (limited to '.git-blame-ignore-revs')
-rw-r--r-- | .git-blame-ignore-revs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index 50d28c68ee..c3638c35eb 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,3 +1,16 @@ +# Commits in this file will be removed from GitHub blame results. +# +# To use this file locally, use: +# git blame --ignore-revs-file="path/to/.git-blame-ignore-revs" <files> +# +# or configure the `blame.ignoreRevsFile` option in your git config. +# +# If ignoring a pull request that was not squash merged, only the merge +# commit needs to be put here. Child commits will be resolved from it. + +# Run black (#3679). +8b3d9b6b199abb87246f982d5db356f1966db925 + # Black reformatting (#5482). 32e7c9e7f20b57dd081023ac42d6931a8da9b3a3 |