1GIT-VERIFY-COMMIT(1) Git Manual GIT-VERIFY-COMMIT(1)
2
3
4
6 git-verify-commit - Check the GPG signature of commits
7
9 git verify-commit <commit>...
10
11
13 Validates the GPG signature created by git commit -S.
14
16 --raw
17 Print the raw gpg status output to standard error instead of the
18 normal human-readable output.
19
20 -v, --verbose
21 Print the contents of the commit object before validating it.
22
23 <commit>...
24 SHA-1 identifiers of Git commit objects.
25
27 Part of the git(1) suite
28
29
30
31Git 2.18.1 05/14/2019 GIT-VERIFY-COMMIT(1)