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

Add a list of hashes to ignore during git blame. #9560

Merged
merged 3 commits into from
Mar 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Black reformatting (#5482).
32e7c9e7f20b57dd081023ac42d6931a8da9b3a3

# Target Python 3.5 with black (#8664).
aff1eb7c671b0a3813407321d2702ec46c71fa56

# Update black to 20.8b1 (#9381).
0a00b7ff14890987f09112a2ae696c61001e6cf1
1 change: 1 addition & 0 deletions changelog.d/9560.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a `.git-blame-ignore-revs` file with the hashes of auto-formatting.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ test_suite = tests

[check-manifest]
ignore =
.git-blame-ignore-revs
contrib
contrib/*
docs/*
Expand Down