Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Prevent #3679 from appearing in blame results (#13311)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Jul 18, 2022
1 parent f721f1b commit bb25dd8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions changelog.d/13311.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Prevent formatting changes of [#3679](https://github.com/matrix-org/synapse/pull/3679) from appearing in `git blame`.

0 comments on commit bb25dd8

Please sign in to comment.