2 .\" Title: git-check-mailmap
3 .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
4 .\" Generator: DocBook XSL Stylesheets v1.79.2 <http://docbook.sf.net/>
7 .\" Source: Git 2.47.0.rc1.33.g90fe3800b9
10 .TH "GIT\-CHECK\-MAILMAP" "1" "2024-10-04" "Git 2\&.47\&.0\&.rc1\&.33\&.g9" "Git Manual"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
25 .\" disable justification (adjust text to left margin only)
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
31 git-check-mailmap \- Show canonical names and email addresses of contacts
35 \fIgit check\-mailmap\fR [<options>] <contact>\&...\:
39 For each \(lqName <user@host>\(rq, \(lq<user@host>\(rq, or \(lquser@host\(rq from the command\-line or standard input (when using \fB\-\-stdin\fR), look up the person\(cqs canonical name and email address (see "Mapping Authors" below)\&. If found, print them; otherwise print the input as\-is\&.
44 Read contacts, one per line, from the standard input after exhausting contacts provided on the command\-line\&.
47 \-\-mailmap\-file=<file>
49 In addition to any configured mailmap files, read the specified mailmap file\&. Entries in this file take precedence over entries in either the default mailmap file or any configured mailmap file\&.
52 \-\-mailmap\-blob=<blob>
55 \fB\-\-mailmap\-file\fR, but consider the value as a reference to a blob in the repository\&. If both
56 \fB\-\-mailmap\-file\fR
58 \fB\-\-mailmap\-blob\fR
59 are specified, entries in
60 \fB\-\-mailmap\-file\fR
61 will take precedence\&.
65 For each contact, a single line is output, terminated by a newline\&. If the name is provided or known to the \fImailmap\fR, \(lqName <user@host>\(rq is printed; otherwise only \(lq<user@host>\(rq is printed\&.
68 See \fBmailmap\&.file\fR and \fBmailmap\&.blob\fR in \fBgit-config\fR(1) for how to specify a custom \fB\&.mailmap\fR target file or object\&.
71 See \fBgitmailmap\fR(5)\&.
74 Part of the \fBgit\fR(1) suite