Skip to content

Commit

Permalink
blame: correct name of config option in docs
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Bagas Sanjaya <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
rybak authored and gitster committed Jun 28, 2021
1 parent ebf3c04 commit 3fca954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/config/blame.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down

0 comments on commit 3fca954

Please sign in to comment.