diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-07-08 13:15:02 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-07-08 13:15:02 -0700 |
commit | 018b85dead99d968b8e66e0ee6b74358a74015d6 (patch) | |
tree | 9cbf8ff2082c68e3177f6b67984cae8136799a83 /Documentation/config/blame.txt | |
parent | Merge branch 'fw/complete-cmd-idx-fix' (diff) | |
parent | git-worktree.txt: fix typo in example path (diff) | |
download | tgif-018b85dead99d968b8e66e0ee6b74358a74015d6.tar.xz |
Merge branch 'ar/more-typofix'
Typofixes.
* ar/more-typofix:
git-worktree.txt: fix typo in example path
t: fix typos in test messages
blame: correct name of config option in docs
Diffstat (limited to 'Documentation/config/blame.txt')
-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]. |