aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-09-10 17:03:06 +0900
committerJunio C Hamano <gitster@pobox.com>2017-09-10 17:03:06 +0900
commitd2ef4bedf9f0d31c5f7357f232d99b4cc29dc35c (patch)
treedada96cddb300140bc35dd0ac621f43b85da6376 /Documentation/git-tag.txt
parent95d25c412d140698ac0084bd94dcde8ecdcd332d (diff)
parent794b7e1674671093cf01b7b0f4467c9ba83e7c11 (diff)
downloadgit-d2ef4bedf9f0d31c5f7357f232d99b4cc29dc35c.tar.gz
Merge branch 'mg/format-ref-doc-fix' into maint
Doc fix. * mg/format-ref-doc-fix: Documentation/git-for-each-ref: clarify peeling of tags for --format Documentation: use proper wording for ref format strings
Diffstat (limited to 'Documentation/git-tag.txt')
-rw-r--r--Documentation/git-tag.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt
index d97aad3439..543fb425ee 100644
--- a/Documentation/git-tag.txt
+++ b/Documentation/git-tag.txt
@@ -188,8 +188,8 @@ This option is only applicable when listing tags without annotation lines.
Defaults to HEAD.
<format>::
- A string that interpolates `%(fieldname)` from the object
- pointed at by a ref being shown. The format is the same as
+ A string that interpolates `%(fieldname)` from a tag ref being shown
+ and the object it points at. The format is the same as
that of linkgit:git-for-each-ref[1]. When unspecified,
defaults to `%(refname:strip=2)`.