| 1 | git-verify-tag(1) |
| 2 | ================= |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | git-verify-tag - Check the GPG signature of tags |
| 7 | |
| 8 | SYNOPSIS |
| 9 | -------- |
| 10 | [synopsis] |
| 11 | git verify-tag [-v | --verbose] [--format=<format>] [--raw] <tag>... |
| 12 | |
| 13 | DESCRIPTION |
| 14 | ----------- |
| 15 | Validates the gpg signature created by `git tag` in the tag |
| 16 | objects listed on the command line. |
| 17 | |
| 18 | OPTIONS |
| 19 | ------- |
| 20 | `--raw`:: |
| 21 | Print the raw gpg status output to standard error instead of the normal |
| 22 | human-readable output. |
| 23 | |
| 24 | `-v`:: |
| 25 | `--verbose`:: |
| 26 | Print the contents of the tag object before validating it. |
| 27 | |
| 28 | GIT |
| 29 | --- |
| 30 | Part of the linkgit:git[1] suite |