Skip to content

Commit b3c0304

Browse files
authored
Add .git-blame-ignore-revs file (#19956)
Include a couple of obvious reformatting-only revisions to get it started and test is out.
1 parent e929196 commit b3c0304

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.git-blame-ignore-revs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file contains a list of commits that are not likely what you
2+
# are looking for in a blame, such as mass reformatting or renaming.
3+
# You can set this file as a default ignore file for blame by running
4+
# the following command.
5+
#
6+
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
7+
8+
# Remove tabs and fix formatting in test/sse/. NFC (#18245)
9+
3cd47cff5da467ae7ca2a29490d8b04af897023f
10+
11+
# [embind docs] Reformat and cleanup whitespace.
12+
9b1a5910c4f31cff4949541a42ac956ba45e4701

0 commit comments

Comments
 (0)