]> git.ipfire.org Git - thirdparty/git.git/commitdiff
blame: correct name of config option in docs
authorAndrei Rybak <rybak.a.v@gmail.com>
Fri, 25 Jun 2021 19:38:49 +0000 (21:38 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Jun 2021 17:05:13 +0000 (10:05 -0700)
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>
Documentation/config/blame.txt

index 9468e8599c0c16d3bd54ec67ba65351be9de1a69..4d047c17908cd64436fdb628d6d13b0ec39143d3 100644 (file)
@@ -27,7 +27,7 @@ blame.ignoreRevsFile::
        file names will reset the list of ignored revisions.  This option will
        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
        attribute to another commit with a '*' in the output of
        linkgit:git-blame[1].