Skip to content

Commit

Permalink
Introduce a .git-blame-ignore-revs file
Browse files Browse the repository at this point in the history
It for now only contains the latest commit reference, which modified a lot of
lines without any functional change.

There might be some existing commit that would benefit from being in this file
too, but it will be taken care of later if that's the case.
  • Loading branch information
rjuju committed Sep 1, 2024
1 parent ecb8013 commit 77e7971
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This requires git 2.23 or later.
#
# You need to configure git to use this file, with something like:
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs

# Introduction of ruff
ecb8013b5f3287b51d00a4d7bf9e186cf1336b85

0 comments on commit 77e7971

Please sign in to comment.