diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2021-01-12 21:17:46 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-01-12 14:04:40 -0800 |
commit | 4f2ee994f32fd29a049a6c39282156cfaa99e248 (patch) | |
tree | 9e34f546f560c3680250e5e67c92cf32c65d40bd /Documentation | |
parent | mailmap doc: create a new "gitmailmap(5)" man page (diff) | |
download | tgif-4f2ee994f32fd29a049a6c39282156cfaa99e248.tar.xz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/gitmailmap.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gitmailmap.txt b/Documentation/gitmailmap.txt index 8b07f9c5d7..e75eadde63 100644 --- a/Documentation/gitmailmap.txt +++ b/Documentation/gitmailmap.txt @@ -14,8 +14,8 @@ DESCRIPTION ----------- If the file `.mailmap` exists at the toplevel of the repository, or at -the location pointed to by the mailmap.file or mailmap.blob -configuration options, it +the location pointed to by the `mailmap.file` or `mailmap.blob` +configuration options (see linkgit:git-config[1]), it is used to map author and committer names and email addresses to canonical real names and email addresses. |