{
    "content": [
        {
            "type": "text",
            "text": "# git-check-mailmap (man)\n\n## NAME\n\ngit-check-mailmap - Show canonical names and email addresses of contacts\n\n## SYNOPSIS\n\ngit check-mailmap [<options>] <contact>...\n\n## DESCRIPTION\n\nFor each “Name <user@host>” or “<user@host>” from the command-line or standard input (when\nusing --stdin), look up the person’s canonical name and email address (see \"Mapping Authors\"\nbelow). If found, print them; otherwise print the input as-is.\n\n## TLDR\n\n> Show canonical names and email addresses of contacts.\n\n- Look up the canonical name associated with an email address:\n  `git check-mailmap {{email@example.com}}`\n- Use the specified mailmap file in addition to the defaults:\n  `git check-mailmap --mailmap-file {{path/to/file}} {{email@example.com}}`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (1 subsections)\n- **OUTPUT**\n- **CONFIGURATION**\n- **MAPPING AUTHORS**\n- **GIT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "git-check-mailmap",
        "section": "",
        "mode": "man",
        "summary": "git-check-mailmap - Show canonical names and email addresses of contacts",
        "synopsis": "git check-mailmap [<options>] <contact>...",
        "tldr_summary": "Show canonical names and email addresses of contacts.",
        "tldr_examples": [
            {
                "description": "Look up the canonical name associated with an email address",
                "command": "git check-mailmap {{email@example.com}}"
            },
            {
                "description": "Use the specified mailmap file in addition to the defaults",
                "command": "git check-mailmap --mailmap-file {{path/to/file}} {{email@example.com}}"
            }
        ],
        "tldr_source": "official",
        "flags": [
            {
                "flag": "",
                "long": "--stdin",
                "arg": null,
                "description": "Read contacts, one per line, from the standard input after exhausting contacts provided on the command-line."
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "--stdin",
                        "lines": 3,
                        "long": "--stdin"
                    }
                ]
            },
            {
                "name": "OUTPUT",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "CONFIGURATION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "MAPPING AUTHORS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "GIT",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "git-check-mailmap - Show canonical names and email addresses of contacts\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "git check-mailmap [<options>] <contact>...\n\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "For each “Name <user@host>” or “<user@host>” from the command-line or standard input (when\nusing --stdin), look up the person’s canonical name and email address (see \"Mapping Authors\"\nbelow). If found, print them; otherwise print the input as-is.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "--stdin",
                        "content": "Read contacts, one per line, from the standard input after exhausting contacts provided\non the command-line.\n",
                        "long": "--stdin"
                    }
                ]
            },
            "OUTPUT": {
                "content": "For each contact, a single line is output, terminated by a newline. If the name is provided\nor known to the mailmap, “Name <user@host>” is printed; otherwise only “<user@host>” is\nprinted.\n",
                "subsections": []
            },
            "CONFIGURATION": {
                "content": "See mailmap.file and mailmap.blob in git-config(1) for how to specify a custom .mailmap\ntarget file or object.\n",
                "subsections": []
            },
            "MAPPING AUTHORS": {
                "content": "See gitmailmap(5).\n",
                "subsections": []
            },
            "GIT": {
                "content": "Part of the git(1) suite\n\n\n\nGit 2.34.1                                   02/26/2026                         GIT-CHECK-MAILMAP(1)",
                "subsections": []
            }
        }
    }
}