summaryrefslogtreecommitdiffstats
path: root/git-for-each-ref.html
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-for-each-ref.html
parent4b2a6c149b267a1120f1444a0951af13d7b36d69 (diff)
downloadgit-htmldocs-a4ff729866ec6f1eb3dc876e34a797b3b686dc5b.tar.gz
Autogenerated HTML docs for v2.14.1-310-g39566
Diffstat (limited to 'git-for-each-ref.html')
-rw-r--r--git-for-each-ref.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/git-for-each-ref.html b/git-for-each-ref.html
index 3feb21160..a0620657d 100644
--- a/git-for-each-ref.html
+++ b/git-for-each-ref.html
@@ -798,11 +798,12 @@ host language allowing their direct evaluation in that language.</p></div>
</dt>
<dd>
<p>
- A string that interpolates <code>%(fieldname)</code> from the
- object pointed at by a ref being shown. If <code>fieldname</code>
+ A string that interpolates <code>%(fieldname)</code> from a ref being shown
+ and the object it points at. If <code>fieldname</code>
is prefixed with an asterisk (<code>*</code>) and the ref points
- at a tag object, the value for the field in the object
- tag refers is used. When unspecified, defaults to
+ at a tag object, use the value for the field in the object
+ which the tag object refers to (instead of the field in the tag object).
+ When unspecified, <code>&lt;format&gt;</code> defaults to
<code>%(objectname) SPC %(objecttype) TAB %(refname)</code>.
It also interpolates <code>%%</code> to <code>%</code>, and <code>%xx</code> where <code>xx</code>
are hex digits interpolates to character with hex code
@@ -1209,7 +1210,7 @@ This prints the authorname, if present.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2017-08-22 11:31:59 PDT
+Last updated 2017-08-23 14:56:20 PDT
</div>
</div>
</body>