{
    "mode": "man",
    "parameter": "git-verify-tag",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/git-verify-tag/1/json",
    "generated": "2026-06-14T08:02:35Z",
    "synopsis": "git verify-tag [--format=<format>] <tag>...",
    "sections": {
        "NAME": {
            "content": "git-verify-tag - Check the GPG signature of tags\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "git verify-tag [--format=<format>] <tag>...\n\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Validates the gpg signature created by git tag.\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "--raw",
                    "content": "Print the raw gpg status output to standard error instead of the normal human-readable\noutput.\n",
                    "long": "--raw"
                },
                {
                    "name": "-v, --verbose",
                    "content": "Print the contents of the tag object before validating it.\n\n<tag>...\nSHA-1 identifiers of Git tag objects.\n",
                    "flag": "-v",
                    "long": "--verbose"
                }
            ]
        },
        "GIT": {
            "content": "Part of the git(1) suite\n\n\n\nGit 2.34.1                                   02/26/2026                            GIT-VERIFY-TAG(1)",
            "subsections": []
        }
    },
    "summary": "git-verify-tag - Check the GPG signature of tags",
    "flags": [
        {
            "flag": "",
            "long": "--raw",
            "arg": null,
            "description": "Print the raw gpg status output to standard error instead of the normal human-readable output."
        },
        {
            "flag": "-v",
            "long": "--verbose",
            "arg": null,
            "description": "Print the contents of the tag object before validating it. <tag>... SHA-1 identifiers of Git tag objects."
        }
    ],
    "examples": [],
    "see_also": [],
    "tldr": {
        "source": "official",
        "description": "Check for GPG verification of tags.",
        "examples": [
            {
                "description": "Check tags for a GPG signature",
                "command": "git verify-tag {{tag1 optional_tag2 ...}}"
            },
            {
                "description": "Check tags for a GPG signature and show details for each tag",
                "command": "git verify-tag {{tag1 optional_tag2 ...}} {{-v|--verbose}}"
            },
            {
                "description": "Check tags for a GPG signature and print the raw details",
                "command": "git verify-tag {{tag1 optional_tag2 ...}} --raw"
            }
        ]
    }
}