diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-06-27 09:56:45 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-27 09:56:45 -0700 |
commit | 3a764599229e8263479c537072941f6377531cc1 (patch) | |
tree | bc20dfb995882daaf0388e4024b254f3267bbf10 /Documentation/git-verify-commit.txt | |
parent | 47640538150d082482842104e1893bcbc07f575d (diff) | |
parent | bc91316781f77f005a16aea54bf7ad0ce24e2dbc (diff) | |
download | git-3a764599229e8263479c537072941f6377531cc1.tar.gz |
Merge branch 'dn/gpg-doc'
The documentation tries to consistently spell "GPG"; when
referring to the specific program name, "gpg" is used.
* dn/gpg-doc:
Documentation: GPG capitalization
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 ecf4da16cf..92097f6673 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 ------- |