diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-07-06 13:06:36 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-06 13:06:36 -0700 |
commit | 17eb7a785851969f02f3b1736f5da11e9aa14949 (patch) | |
tree | cb6ca187172c8d07ed23d50a8ac85a737c560a84 /Documentation/git-tag.txt | |
parent | Merge branch 'ap/git-svn-propset-doc' into maint (diff) | |
parent | Documentation: GPG capitalization (diff) | |
download | tgif-17eb7a785851969f02f3b1736f5da11e9aa14949.tar.xz |
Merge branch 'dn/gpg-doc' into maint
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-tag.txt')
-rw-r--r-- | Documentation/git-tag.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index 4b1c1b8e5c..6b89393746 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<num>:: <num> specifies how many lines from the annotation, if any, |