Server : Apache System : Linux server.lienzindia.com 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64 User : plutus ( 1007) PHP Version : 7.4.33 Disable Function : NONE Directory : /usr/share/doc/git/ |
Upload File : |
git-verify-commit(1) ==================== NAME ---- git-verify-commit - Check the GPG signature of commits SYNOPSIS -------- [verse] 'git verify-commit' <commit>... DESCRIPTION ----------- Validates the GPG signature created by 'git commit -S'. OPTIONS ------- --raw:: Print the raw gpg status output to standard error instead of the normal human-readable output. -v:: --verbose:: Print the contents of the commit object before validating it. <commit>...:: SHA-1 identifiers of Git commit objects. GIT --- Part of the linkgit:git[1] suite