diff options
author | Dave Nicolson <david.nicolson@gmail.com> | 2016-06-16 22:15:44 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-16 17:32:28 -0700 |
commit | bc91316781f77f005a16aea54bf7ad0ce24e2dbc (patch) | |
tree | 65fc1bc90d3c19e9faa085a6a0d08abf27f628d5 /Documentation/git-verify-commit.txt | |
parent | 765428699a5381f113d19974720bc91b5bfeaf1d (diff) | |
download | git-bc91316781f77f005a16aea54bf7ad0ce24e2dbc.tar.gz |
Documentation: GPG capitalizationdn/gpg-doc
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>
Diffstat (limited to 'Documentation/git-verify-commit.txt')
-rw-r--r-- | Documentation/git-verify-commit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 ------- |