blob: c9de4506a21b36b27ca67ed14c46388d8b6b7e11 (
plain)
1
2
3
4
5
6
|
<h1>git-check-mailmap</h1> <h2 id="_name">Name</h2> <div class="sectionbody"> <p>git-check-mailmap - Show canonical names and email addresses of contacts</p> </div> <h2 id="_synopsis">Synopsis</h2> <div class="sectionbody"> <div class="verseblock"> <pre class="content" data-language="shell">git check-mailmap [<options>] <contact>…</pre> </div> </div> <h2 id="_description">Description</h2> <div class="sectionbody"> <p>For each “Name <user@host>” or “<user@host>” from the command-line or standard input (when using <code>--stdin</code>), look up the person’s canonical name and email address (see "Mapping Authors" below). If found, print them; otherwise print the input as-is.</p> </div> <h2 id="_options">Options</h2> <div class="sectionbody"> <div class="dlist"> <dl> <dt class="hdlist1" id="Documentation/git-check-mailmap.txt---stdin"> --stdin </dt> <dd> <p>Read contacts, one per line, from the standard input after exhausting contacts provided on the command-line.</p> </dd> </dl> </div> </div> <h2 id="_output">Output</h2> <div class="sectionbody"> <p>For each contact, a single line is output, terminated by a newline. If the name is provided or known to the <code>mailmap</code>, “Name <user@host>” is printed; otherwise only “<user@host>” is printed.</p> </div> <h2 id="_configuration">Configuration</h2> <div class="sectionbody"> <p>See <code>mailmap.file</code> and <code>mailmap.blob</code> in <a href="git-config">git-config[1]</a> for how to specify a custom <code>.mailmap</code> target file or object.</p> </div> <h2 id="_mapping_authors">Mapping authors</h2> <div class="sectionbody"> <p>See <a href="gitmailmap">gitmailmap[5]</a>.</p> </div><div class="_attribution">
<p class="_attribution-p">
© 2012–2024 Scott Chacon and others<br>Licensed under the MIT License.<br>
<a href="https://git-scm.com/docs/git-check-mailmap" class="_attribution-link">https://git-scm.com/docs/git-check-mailmap</a>
</p>
</div>
|