]> granicus.if.org Git - git/commitdiff
Documentation: GPG capitalization
authorDave Nicolson <david.nicolson@gmail.com>
Thu, 16 Jun 2016 22:15:44 +0000 (22:15 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Jun 2016 00:32:28 +0000 (17:32 -0700)
When "GPG" is used in a sentence it is now consistently capitalized.
When referring to the binary it is left as "gpg".

Signed-off-by: David Nicolson <david.nicolson@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-tag.txt
Documentation/git-verify-commit.txt

index 034d10d633c343b17a83879b00aae3ba2a98a388..879958b64052d8d633ea6c15d675afe49b7a39b7 100644 (file)
@@ -78,7 +78,7 @@ OPTIONS
 
 -v::
 --verify::
-       Verify the gpg signature of the given tag names.
+       Verify the GPG signature of the given tag names.
 
 -n<num>::
        <num> specifies how many lines from the annotation, if any,
index 9413e2802a718117bd0b7c9997d55619ea18ba59..8a5afdea23fe0368dfc01218ce1d0369647f472c 100644 (file)
@@ -12,7 +12,7 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-Validates the gpg signature created by 'git commit -S'.
+Validates the GPG signature created by 'git commit -S'.
 
 OPTIONS
 -------