1GIT-CHECK-MAILMAP(1) Git Manual GIT-CHECK-MAILMAP(1)
2
3
4
6 git-check-mailmap - Show canonical names and email addresses of
7 contacts
8
10 git check-mailmap [<options>] <contact>...
11
13 For each “Name <user@host>” or “<user@host>” from the command-line or
14 standard input (when using --stdin), look up the person’s canonical
15 name and email address (see "Mapping Authors" below). If found, print
16 them; otherwise print the input as-is.
17
19 --stdin
20 Read contacts, one per line, from the standard input after
21 exhausting contacts provided on the command-line.
22
24 For each contact, a single line is output, terminated by a newline. If
25 the name is provided or known to the mailmap, “Name <user@host>” is
26 printed; otherwise only “<user@host>” is printed.
27
29 See mailmap.file and mailmap.blob in git-config(1) for how to specify a
30 custom .mailmap target file or object.
31
33 See gitmailmap(5).
34
36 Part of the git(1) suite
37
38
39
40Git 2.43.0 11/20/2023 GIT-CHECK-MAILMAP(1)