Merge branch 'jk/tag-h-column-is-a-listing-option' into maint
[git.git] / Documentation / git-verify-commit.txt
blob9413e2802a718117bd0b7c9997d55619ea18ba59
1 git-verify-commit(1)
2 ====================
4 NAME
5 ----
6 git-verify-commit - Check the GPG signature of commits
8 SYNOPSIS
9 --------
10 [verse]
11 'git verify-commit' <commit>...
13 DESCRIPTION
14 -----------
15 Validates the gpg signature created by 'git commit -S'.
17 OPTIONS
18 -------
19 -v::
20 --verbose::
21         Print the contents of the commit object before validating it.
23 <commit>...::
24         SHA-1 identifiers of Git commit objects.
26 GIT
27 ---
28 Part of the linkgit:git[1] suite