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 [-v | --verbose] [--raw] <commit>...
10
12 Validates the GPG signature created by git commit -S.
13
15 --raw
16 Print the raw gpg status output to standard error instead of the
17 normal human-readable output.
18
19 -v, --verbose
20 Print the contents of the commit object before validating it.
21
22 <commit>...
23 SHA-1 identifiers of Git commit objects.
24
26 Part of the git(1) suite
27
28
29
30Git 2.43.0 11/20/2023 GIT-VERIFY-COMMIT(1)