summaryrefslogtreecommitdiffstats
path: root/git-for-each-ref.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-12-19 16:18:36 -0800
committerJunio C Hamano <gitster@pobox.com>2016-12-19 16:18:36 -0800
commit52b1cfba6ed4a0278108ca4deaf3f7646abd1fbb (patch)
treed192843d5b628529a7b62665db83e4e79e1c347d /git-for-each-ref.html
parent18a1532395f7adb2f9972cdc8551b3fa13f2a4a4 (diff)
downloadgit-htmldocs-52b1cfba6ed4a0278108ca4deaf3f7646abd1fbb.tar.gz
Autogenerated HTML docs for v2.11.0-161-g6610a
Diffstat (limited to 'git-for-each-ref.html')
-rw-r--r--git-for-each-ref.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/git-for-each-ref.html b/git-for-each-ref.html
index 3d107d8dc..f027f6d93 100644
--- a/git-for-each-ref.html
+++ b/git-for-each-ref.html
@@ -876,6 +876,14 @@ host language allowing their direct evaluation in that language.</p></div>
specified).
</p>
</dd>
+<dt class="hdlist1">
+--ignore-case
+</dt>
+<dd>
+<p>
+ Sorting and filtering refs are case insensitive.
+</p>
+</dd>
</dl></div>
</div>
</div>
@@ -1006,7 +1014,9 @@ Its first line is <code>contents:subject</code>, where subject is the concatenat
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>
+first <code>N</code> lines of the message is obtained using <code>contents:lines=N</code>.
+Additionally, the trailers as interpreted by <a href="git-interpret-trailers.html">git-interpret-trailers(1)</a>
+are obtained as <em>contents:trailers</em>.</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>creatordate</code>, <code>taggerdate</code>).
All other fields are used to sort in their byte-value order.</p></div>
@@ -1121,7 +1131,7 @@ eval "$eval"</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2016-07-13 14:58:50 PDT
+Last updated 2016-12-19 16:18:00 PST
</div>
</div>
</body>