From: John Keeping Date: Mon, 21 Jan 2013 16:22:06 +0000 (+0000) Subject: git-for-each-ref.txt: 'raw' is a supported date format X-Git-Tag: v1.8.1.2~10 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b344bb19358bcf8cf62c28ce205fdfd8acfa6b6b?ds=inline;hp=--cc git-for-each-ref.txt: 'raw' is a supported date format Commit 7dff9b3 (Support 'raw' date format) added a raw date format. Update the git-for-each-ref documentation to include this. Signed-off-by: John Keeping Signed-off-by: Junio C Hamano --- b344bb19358bcf8cf62c28ce205fdfd8acfa6b6b 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)`.