summaryrefslogtreecommitdiffstats
path: root/git-for-each-ref.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-10-04 15:45:56 -0700
committerJunio C Hamano <gitster@pobox.com>2023-10-04 15:45:56 -0700
commit293a47b693b18b10cd24c8d7cbf6f0c0e8fca190 (patch)
tree21d1a43a4993e7be4bd256f2d4556f007f1a6c82 /git-for-each-ref.txt
parentc4096feabf5efb4497b6808dfeea8d8693f93e5b (diff)
downloadgit-htmldocs-293a47b693b18b10cd24c8d7cbf6f0c0e8fca190.tar.gz
Autogenerated HTML docs for v2.42.0-325-g3a063
Diffstat (limited to 'git-for-each-ref.txt')
-rw-r--r--git-for-each-ref.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/git-for-each-ref.txt b/git-for-each-ref.txt
index 11b2bc312..e86d5700d 100644
--- a/git-for-each-ref.txt
+++ b/git-for-each-ref.txt
@@ -303,7 +303,11 @@ Fields that have name-email-date tuple as its value (`author`,
and `date` to extract the named component. For email fields (`authoremail`,
`committeremail` and `taggeremail`), `:trim` can be appended to get the email
without angle brackets, and `:localpart` to get the part before the `@` symbol
-out of the trimmed email.
+out of the trimmed email. In addition to these, the `:mailmap` option and the
+corresponding `:mailmap,trim` and `:mailmap,localpart` can be used (order does
+not matter) to get values of the name and email according to the .mailmap file
+or according to the file set in the mailmap.file or mailmap.blob configuration
+variable (see linkgit:gitmailmap[5]).
The raw data in an object is `raw`.