Merge branch 'master' of git://repo.or.cz/alt-git
[git/mingw.git] / Documentation / git-verify-commit.txt
blobecf4da16cf0a270cda7916777524ac129b4bead1
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 --raw::
20         Print the raw gpg status output to standard error instead of the normal
21         human-readable output.
23 -v::
24 --verbose::
25         Print the contents of the commit object before validating it.
27 <commit>...::
28         SHA-1 identifiers of Git commit objects.
30 GIT
31 ---
32 Part of the linkgit:git[1] suite