Skip to content

Commit 9fc8a3e

Browse files
authored
Fix file name in comment of .git-blame-ignore-revs (closes #13033) (#13034)
As explained in [issue 13033](#13033), the file name on the comment explaining how to setup the *.git-blame-ignore-revs* file weren't up-to-date with the current name of the file.
1 parent 80da427 commit 9fc8a3e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.git-blame-ignore-revs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# To "install" it:
77
#
8-
# git config --local blame.ignoreRevsFile .gitblameignore
8+
# git config --local blame.ignoreRevsFile .git-blame-ignore-revs
99

1010
# run black
1111
703e4b11ba76171eccd3f13e723c47b810ded7ef

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ Milan Lesnek
305305
Miro Hrončok
306306
mrbean-bremen
307307
Nathan Goldbaum
308+
Nathan Rousseau
308309
Nathaniel Compton
309310
Nathaniel Waisbrot
310311
Nauman Ahmed

0 commit comments

Comments
 (0)