mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Ignore trailing whitespace removal commit in git blame
This commit is contained in:
parent
644a0b80c8
commit
0820bedbd8
2 changed files with 13 additions and 0 deletions
12
.git-blame-ignore-revs
Normal file
12
.git-blame-ignore-revs
Normal 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
|
||||
|
|
@ -147,6 +147,7 @@ Files: **/.clang-format
|
|||
.clang-format
|
||||
.clang-format.headers
|
||||
.dir-locals.el
|
||||
.git-blame-ignore-revs
|
||||
.gitattributes
|
||||
.gitignore
|
||||
.gitlab-ci.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue