summaryrefslogtreecommitdiffstats
path: root/git-for-each-ref.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-08-24 16:21:51 -0700
committerJunio C Hamano <gitster@pobox.com>2021-08-24 16:21:51 -0700
commitd2e30562620c9dda7b685f4d3bcb8acab537d97c (patch)
tree859af58dd3a1e66ff52958f502d7be6803e5e708 /git-for-each-ref.html
parent0b5c6b0d7d93655c9d86ee9d071197aa8208e575 (diff)
downloadgit-htmldocs-d2e30562620c9dda7b685f4d3bcb8acab537d97c.tar.gz
Autogenerated HTML docs for v2.33.0-69-gc4203
Diffstat (limited to 'git-for-each-ref.html')
-rw-r--r--git-for-each-ref.html16
1 files changed, 15 insertions, 1 deletions
diff --git a/git-for-each-ref.html b/git-for-each-ref.html
index 0dbb45fa5..127f20a4d 100644
--- a/git-for-each-ref.html
+++ b/git-for-each-ref.html
@@ -1112,6 +1112,20 @@ and <code>date</code> to extract the named component. For email fields (<code>a
<code>committeremail</code> and <code>taggeremail</code>), <code>:trim</code> can be appended to get the email
without angle brackets, and <code>:localpart</code> to get the part before the <code>@</code> symbol
out of the trimmed email.</p></div>
+<div class="paragraph"><p>The raw data in an object is <code>raw</code>.</p></div>
+<div class="dlist"><dl>
+<dt class="hdlist1">
+raw:size
+</dt>
+<dd>
+<p>
+ The raw data size of the object.
+</p>
+</dd>
+</dl></div>
+<div class="paragraph"><p>Note that <code>--format=%(raw)</code> can not be used with <code>--python</code>, <code>--shell</code>, <code>--tcl</code>,
+because such language may not support arbitrary binary data in their string
+variable type.</p></div>
<div class="paragraph"><p>The message in a commit or a tag object is <code>contents</code>, from which
<code>contents:&lt;part&gt;</code> can be used to extract various parts out of:</p></div>
<div class="dlist"><dl>
@@ -1324,7 +1338,7 @@ commits and from none of the <code>--no-merged</code> commits are shown.</p></di
<div id="footer">
<div id="footer-text">
Last updated
- 2021-03-02 23:05:01 PST
+ 2021-08-24 16:18:46 PDT
</div>
</div>
</body>