Skip to content

Commit a4e5f96

Browse files
authored
MAINT Adds .git-blame-ignore-revs (scikit-learn#20290)
1 parent d44c7ae commit a4e5f96

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+
# Since git version 2.23, git-blame has a feature to ignore
2+
# certain commits.
3+
#
4+
# This file contains a list of commits that are not likely what
5+
# you are looking for in `git blame`. You can set this file as
6+
# a default ignore file for blame by running the following
7+
# command.
8+
#
9+
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
10+
11+
# PR 18948: Migrate code style to Black
12+
82df48934eba1df9a1ed3be98aaace8eada59e6e

0 commit comments

Comments
 (0)