blame: correct name of config option in docs

As can be seen in files "Documentation/blame-options.txt" and
"builtin/blame.c", the name of this configuration option is
"blame.markUnblamableLines".

Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com>
Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Andrei Rybak
2021-06-25 21:38:49 +02:00
committed by Junio C Hamano
parent ebf3c04b26
commit 3fca954172

View File

@ -27,7 +27,7 @@ blame.ignoreRevsFile::
file names will reset the list of ignored revisions. This option will file names will reset the list of ignored revisions. This option will
be handled before the command line option `--ignore-revs-file`. be handled before the command line option `--ignore-revs-file`.
blame.markUnblamables:: blame.markUnblamableLines::
Mark lines that were changed by an ignored revision that we could not Mark lines that were changed by an ignored revision that we could not
attribute to another commit with a '*' in the output of attribute to another commit with a '*' in the output of
linkgit:git-blame[1]. linkgit:git-blame[1].