From 69a6b823b67ed911561774551fd6adfc4c55abf9 Mon Sep 17 00:00:00 2001 From: ryenus Date: Fri, 3 Jun 2022 18:14:59 +0800 Subject: [PATCH] [doc] correct link to mailmap manual the format of mailmap is explained in git-mailmap(5), not git-shortlog(1). Signed-off-by: ryenus --- Documentation/git-filter-repo.txt | 2 +- git-filter-repo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/git-filter-repo.txt b/Documentation/git-filter-repo.txt index 9c00a78..a4d98bf 100644 --- a/Documentation/git-filter-repo.txt +++ b/Documentation/git-filter-repo.txt @@ -206,7 +206,7 @@ Filtering of names & emails (see also --name-callback and --email-callback) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --mailmap :: - 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 diff --git a/git-filter-repo b/git-filter-repo index 22826b5..4104803 100755 --- a/git-filter-repo +++ b/git-filter-repo @@ -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 "