Ignore trailing whitespace removal commit in git blame

This commit is contained in:
Tom Krizek 2023-06-08 10:44:36 +02:00
parent 644a0b80c8
commit 0820bedbd8
No known key found for this signature in database
GPG key ID: 01623B9B652A20A7
2 changed files with 13 additions and 0 deletions

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

@ -0,0 +1,12 @@
# Since version 2.23 (released in August 2019), git-blame has a feature
# to ignore or bypass certain commits.
#
# This file contains a list of commits that are not likely what you
# are looking for in a blame, such as mass reformatting or renaming.
# You can set this file as a default ignore file for blame by running
# the following command.
#
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
#
# remove trailing whitespace
644a0b80c8e69ede97a083069c1a1f3c44e1c76e

View file

@ -147,6 +147,7 @@ Files: **/.clang-format
.clang-format
.clang-format.headers
.dir-locals.el
.git-blame-ignore-revs
.gitattributes
.gitignore
.gitlab-ci.yml