summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-21 17:16:16 -0800
committerJunio C Hamano <gitster@pobox.com>2013-01-21 17:16:16 -0800
commite9abef6289706f77186ed852d579c7b222f06502 (patch)
treede21d397088b66e14721f2f8a024aade36fb689c /Documentation
parentfe73786b482f11e7a37a269c95d222a384fc5a39 (diff)
parentb344bb19358bcf8cf62c28ce205fdfd8acfa6b6b (diff)
downloadgit-e9abef6289706f77186ed852d579c7b222f06502.tar.gz
Merge branch 'maint'
* maint: git-for-each-ref.txt: 'raw' is a supported date format
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-for-each-ref.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt
index db55a4e0bb..f2e08d11c1 100644
--- a/Documentation/git-for-each-ref.txt
+++ b/Documentation/git-for-each-ref.txt
@@ -117,7 +117,7 @@ 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.
+`:iso8601`, `:rfc2822` or `:raw` to the end of the fieldname; e.g.
`%(taggerdate:relative)`.