From: Dave Nicolson Date: Thu, 16 Jun 2016 22:15:44 +0000 (+0000) Subject: Documentation: GPG capitalization X-Git-Tag: v2.9.1~31^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc91316781f77f005a16aea54bf7ad0ce24e2dbc;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index 034d10d633..879958b640 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -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:: specifies how many lines from the annotation, if any, diff --git a/Documentation/git-verify-commit.txt b/Documentation/git-verify-commit.txt index 9413e2802a..8a5afdea23 100644 --- a/Documentation/git-verify-commit.txt +++ b/Documentation/git-verify-commit.txt @@ -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 -------