Skip to content

Commit

Permalink
feat(git): Ignore pre-commit in blames
Browse files Browse the repository at this point in the history
  • Loading branch information
mlissner committed Mar 23, 2022
1 parent f2c7f58 commit d37a596
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# This file lists commits that changed large sections of the code and are best
# ignored by git blame (which tools like PyCharm use for their "annotate"
# feature).
#
# To use this file, go to the root of this project, and run:
#
# git config blame.ignoreRevsFile .git-blame-ignore-revs
#
# That'll tell git to use this file. For this to work, you need Git 2.23.0
# (released late 2019) or later.

# pre-commit
f2c7f581f05073c2e587c03037a1a40244df20d7

0 comments on commit d37a596

Please sign in to comment.