1GIT-CHECK-MAILMAP(1)              Git Manual              GIT-CHECK-MAILMAP(1)
2
3
4

NAME

6       git-check-mailmap - Show canonical names and email addresses of
7       contacts
8

SYNOPSIS

10       git check-mailmap [<options>] <contact>...
11

DESCRIPTION

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

OPTIONS

19       --stdin
20           Read contacts, one per line, from the standard input after
21           exhausting contacts provided on the command-line.
22

OUTPUT

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

CONFIGURATION

29       See mailmap.file and mailmap.blob in git-config(1) for how to specify a
30       custom .mailmap target file or object.
31

MAPPING AUTHORS

33       See gitmailmap(5).
34

GIT

36       Part of the git(1) suite
37
38
39
40Git 2.36.1                        2022-05-05              GIT-CHECK-MAILMAP(1)
Impressum