summaryrefslogtreecommitdiffstats
path: root/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-08-23 14:56:43 -0700
committerJunio C Hamano <gitster@pobox.com>2017-08-23 14:56:43 -0700
commita4ff729866ec6f1eb3dc876e34a797b3b686dc5b (patch)
treeea1497b0544f71d26db3ef3875442796ca05066c /git-tag.txt
parent4b2a6c149b267a1120f1444a0951af13d7b36d69 (diff)
downloadgit-htmldocs-a4ff729866ec6f1eb3dc876e34a797b3b686dc5b.tar.gz
Autogenerated HTML docs for v2.14.1-310-g39566
Diffstat (limited to 'git-tag.txt')
-rw-r--r--git-tag.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-tag.txt b/git-tag.txt
index d97aad343..543fb425e 100644
--- a/git-tag.txt
+++ b/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)`.