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:
Tim Vernum 2021-11-04 12:10:55 +11:00 committed by GitHub
parent da58264fb6
commit dd41a0d48d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.