Add blame-ignore-revs to allow ignoring mass edits

This commit is contained in:
Manuel Fuhr 2021-11-20 15:00:58 +01:00
parent 43028e0722
commit 13e0e382c1

6
.git-blame-ignore-revs Normal file
View file

@ -0,0 +1,6 @@
# Commits which should be ignored by git blame
# You have to instruct git to use this file using either
# `git blame --ignore-revs-file .git-blame-ignore-revs`
# or update you git config to always include those commits
# `git config blame.ignoreRevsFile .git-blame-ignore-revs`