diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/git/git-check-mailmap.html | |
new repository
Diffstat (limited to 'devdocs/git/git-check-mailmap.html')
| -rw-r--r-- | devdocs/git/git-check-mailmap.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devdocs/git/git-check-mailmap.html b/devdocs/git/git-check-mailmap.html new file mode 100644 index 00000000..c9de4506 --- /dev/null +++ b/devdocs/git/git-check-mailmap.html @@ -0,0 +1,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> |
