diff options
author | Andrei Rybak <rybak.a.v@gmail.com> | 2021-06-25 21:38:49 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-06-28 19:05:13 +0200 |
commit | 3fca954172274668e79df188924865265ed29d03 (patch) | |
tree | bfa1dbf74bf45263ebe2373632b5a17b454bb347 /Documentation | |
parent | Git 2.32 (diff) | |
download | git-3fca954172274668e79df188924865265ed29d03.tar.xz git-3fca954172274668e79df188924865265ed29d03.zip |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config/blame.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/blame.txt b/Documentation/config/blame.txt index 9468e8599c..4d047c1790 100644 --- a/Documentation/config/blame.txt +++ b/Documentation/config/blame.txt @@ -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]. |