1GIT-VERIFY-COMMIT(1)              Git Manual              GIT-VERIFY-COMMIT(1)
2
3
4

NAME

6       git-verify-commit - Check the GPG signature of commits
7

SYNOPSIS

9       git verify-commit [-v | --verbose] [--raw] <commit>...
10

DESCRIPTION

12       Validates the GPG signature created by git commit -S.
13

OPTIONS

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

GIT

26       Part of the git(1) suite
27
28
29
30Git 2.39.1                        2023-01-13              GIT-VERIFY-COMMIT(1)
Impressum