Raw
1 git-verify-commit(1)
2 ====================
3
4 NAME
5 ----
6 git-verify-commit - Check the GPG signature of commits
7
8 SYNOPSIS
9 --------
10 [synopsis]
11 git verify-commit [-v | --verbose] [--raw] <commit>...
12
13 DESCRIPTION
14 -----------
15 Validates the GPG signature created by `git commit -S`
16 on the commit objects given 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 commit object before validating it.
27
28 GIT
29 ---
30 Part of the linkgit:git[1] suite