summaryrefslogtreecommitdiffstats
path: root/git-for-each-ref.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-10-03 12:05:53 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-10-03 12:05:53 +0000
commit1b50ce9004d2296213fca188964ee273b87b2d12 (patch)
treefce55ef06d77843213ec1fe5add1d9ff75e79a77 /git-for-each-ref.txt
parent58992c945be1eab6cb6bc22216c90de22b30341f (diff)
downloadgit-htmldocs-1b50ce9004d2296213fca188964ee273b87b2d12.tar.gz
Autogenerated HTML docs for v1.5.3.4-203-gcc61a
Diffstat (limited to 'git-for-each-ref.txt')
-rw-r--r--git-for-each-ref.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-for-each-ref.txt b/git-for-each-ref.txt
index 6df8e8500..f1f90cca6 100644
--- a/git-for-each-ref.txt
+++ b/git-for-each-ref.txt
@@ -100,6 +100,11 @@ In any case, a field name that refers to a field inapplicable to
the object referred by the ref does not cause an error. It
returns an empty string instead.
+As a special case for the date-type fields, you may specify a format for
+the date by adding one of `:default`, `:relative`, `:short`, `:local`,
+`:iso8601` or `:rfc2822` to the end of the fieldname; e.g.
+`%(taggerdate:relative)`.
+
EXAMPLES
--------