Documentation: GPG capitalization
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>
Dave Nicolson committed
Jun 16, 2016 at 22:15 UTC
bc91316781f77f005a16aea54bf7ad0ce24e2dbc
2 files changed
+2
-2
Documentation/git-tag.txt
+1
-1
@@ -78,7 +78,7 @@ OPTIONS
78
79
-v::
80
--verify::
81
- Verify the gpg signature of the given tag names.
81
+ Verify the GPG signature of the given tag names.
82
83
-n<num>::
84
<num> specifies how many lines from the annotation, if any,
Documentation/git-verify-commit.txt
+1
-1
@@ -12,7 +12,7 @@ SYNOPSIS
12
13
DESCRIPTION
14
-----------
15
-Validates the gpg signature created by 'git commit -S'.
15
+Validates the GPG signature created by 'git commit -S'.
16
17
OPTIONS
18
-------