summaryrefslogtreecommitdiffstats
path: root/git-for-each-ref.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-01-20 15:23:19 -0800
committerJunio C Hamano <gitster@pobox.com>2016-01-20 15:23:19 -0800
commit4e6ba27c956c6c9b43e7196f210796bd1db478a9 (patch)
treeee957d01ddae17e1dcd2579467b90512aa263bb0 /git-for-each-ref.html
parenta7da1ba8da6521497f33dce9b3d2a46a857172cc (diff)
downloadgit-htmldocs-4e6ba27c956c6c9b43e7196f210796bd1db478a9.tar.gz
Autogenerated HTML docs for v2.7.0-75-g3ee1e
Diffstat (limited to 'git-for-each-ref.html')
-rw-r--r--git-for-each-ref.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/git-for-each-ref.html b/git-for-each-ref.html
index 775bc0954..329cc8343 100644
--- a/git-for-each-ref.html
+++ b/git-for-each-ref.html
@@ -986,6 +986,10 @@ align
<div class="paragraph"><p>In addition to the above, for commit and tag objects, the header
field names (<code>tree</code>, <code>parent</code>, <code>object</code>, <code>type</code>, and <code>tag</code>) can
be used to specify the value in the header field.</p></div>
+<div class="paragraph"><p>For commit and tag objects, the special <code>creatordate</code> and <code>creator</code>
+fields will correspond to the appropriate date or name-email-date tuple
+from the <code>committer</code> or <code>tagger</code> fields depending on the object type.
+These are intended for working on a mix of annotated and lightweight tags.</p></div>
<div class="paragraph"><p>Fields that have name-email-date tuple as its value (<code>author</code>,
<code>committer</code>, and <code>tagger</code>) can be suffixed with <code>name</code>, <code>email</code>,
and <code>date</code> to extract the named component.</p></div>
@@ -995,8 +999,8 @@ of all lines of the commit message up to the first blank line. The next
line is <em>contents:body</em>, where body is all of the lines after the first
blank line. The optional GPG signature is <code>contents:signature</code>. The
first <code>N</code> lines of the message is obtained using <code>contents:lines=N</code>.</p></div>
-<div class="paragraph"><p>For sorting purposes, fields with numeric values sort in numeric
-order (<code>objectsize</code>, <code>authordate</code>, <code>committerdate</code>, <code>taggerdate</code>).
+<div class="paragraph"><p>For sorting purposes, fields with numeric values sort in numeric order
+(<code>objectsize</code>, <code>authordate</code>, <code>committerdate</code>, <code>creatordate</code>, <code>taggerdate</code>).
All other fields are used to sort in their byte-value order.</p></div>
<div class="paragraph"><p>There is also an option to sort by versions, this can be done by using
the fieldname <code>version:refname</code> or its alias <code>v:refname</code>.</p></div>
@@ -1109,7 +1113,7 @@ eval "$eval"</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2015-10-05 13:38:43 PDT
+Last updated 2016-01-20 15:22:32 PST
</div>
</div>
</body>