Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a8bf09

Browse files
authored
Add .git-blame-ignore-revs file (libvips#3566)
1 parent 873ae73 commit 9a8bf09

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.git-blame-ignore-revs

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Since version 2.23 (released in August 2019), git-blame has a feature
2+
# to ignore or bypass certain commits.
3+
#
4+
# This file contains a list of commits that are not likely what you
5+
# are looking for in a blame, such as mass reformatting or renaming.
6+
# You can set this file as a default ignore file for blame by running
7+
# the following command.
8+
#
9+
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
10+
11+
# Enforce code consistency with clang-format (#3125)
12+
873ae7305f07a3a1493249148c1d0f0a0407f797

0 commit comments

Comments
 (0)