mailmap doc: quote config variables `like.this`

Quote the mailmap.file and mailmap.blob configuration variables as
`mailmap.file` and `mailmap.blob`, and link to git-config(1). This is
in line with the preferred way of doing this in the rest of our
documentation.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Ævar Arnfjörð Bjarmason 2021-01-12 21:17:46 +01:00 committed by Junio C Hamano
parent 42957af027
commit 4f2ee994f3
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ DESCRIPTION
----------- -----------


If the file `.mailmap` exists at the toplevel of the repository, or at If the file `.mailmap` exists at the toplevel of the repository, or at
the location pointed to by the mailmap.file or mailmap.blob the location pointed to by the `mailmap.file` or `mailmap.blob`
configuration options, it configuration options (see linkgit:git-config[1]), it
is used to map author and committer names and email addresses to is used to map author and committer names and email addresses to
canonical real names and email addresses. canonical real names and email addresses.