Fix typo in instructions for ignore-revs (#80058)
The file was renamed to plural (-revs) but the embedded instructions were not.
Relates: 07ff39e
This commit is contained in:
parent
da58264fb6
commit
dd41a0d48d
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# Use this file by running:
|
||||
#
|
||||
# git blame --ignore-revs-file=.git-blame-ignore-rev <file>
|
||||
# git blame --ignore-revs-file=.git-blame-ignore-revs <file>
|
||||
#
|
||||
# or by configuring `blame.ignoreRevsFile`. The latter ought to also work
|
||||
# with IDEs such as IntelliJ.
|
||||
|
|
Loading…
Reference in New Issue