summaryrefslogtreecommitdiffstats
path: root/git-for-each-ref.txt
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.txt
parent0b5c6b0d7d93655c9d86ee9d071197aa8208e575 (diff)
downloadgit-htmldocs-d2e30562620c9dda7b685f4d3bcb8acab537d97c.tar.gz
Autogenerated HTML docs for v2.33.0-69-gc4203
Diffstat (limited to 'git-for-each-ref.txt')
-rw-r--r--git-for-each-ref.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/git-for-each-ref.txt b/git-for-each-ref.txt
index 2ae2478de..6da899c62 100644
--- a/git-for-each-ref.txt
+++ b/git-for-each-ref.txt
@@ -235,6 +235,15 @@ and `date` to extract the named component. For email fields (`authoremail`,
without angle brackets, and `:localpart` to get the part before the `@` symbol
out of the trimmed email.
+The raw data in an object is `raw`.
+
+raw:size::
+ The raw data size of the object.
+
+Note that `--format=%(raw)` can not be used with `--python`, `--shell`, `--tcl`,
+because such language may not support arbitrary binary data in their string
+variable type.
+
The message in a commit or a tag object is `contents`, from which
`contents:<part>` can be used to extract various parts out of: