[doc] correct link to mailmap manual

the format of mailmap is explained in git-mailmap(5), not git-shortlog(1).

Signed-off-by: ryenus <ryenus@gmail.com>
This commit is contained in:
ryenus 2022-06-03 18:14:59 +08:00
parent d760d24cf7
commit 69a6b823b6
2 changed files with 2 additions and 2 deletions

View File

@ -206,7 +206,7 @@ Filtering of names & emails (see also --name-callback and --email-callback)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--mailmap <filename>::
Use specified mailmap file (see linkgit:git-shortlog[1] for details
Use specified mailmap file (see linkgit:git-mailmap[5] for details
on the format) when rewriting author, committer, and tagger names
and emails. If the specified file is part of git history,
historical versions of the file will be ignored; only the current

View File

@ -1875,7 +1875,7 @@ EXAMPLES
"and --email-callback)"))
people.add_argument('--mailmap', dest='mailmap', metavar='FILENAME',
type=os.fsencode,
help=_("Use specified mailmap file (see git-shortlog(1) for "
help=_("Use specified mailmap file (see git-mailmap(5) for "
"details on the format) when rewriting author, committer, "
"and tagger names and emails. If the specified file is "
"part of git history, historical versions of the file will "