diff options
author | John Keeping <john@keeping.me.uk> | 2013-01-21 16:22:06 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-21 16:26:26 -0800 |
commit | b344bb19358bcf8cf62c28ce205fdfd8acfa6b6b (patch) | |
tree | d4c2e1def1e20fba73edda4e3bd872c887b87ffa | |
parent | 74f3267b0cbb9a1026fab3234c4bfefd971fbf9f (diff) | |
download | git-b344bb19358bcf8cf62c28ce205fdfd8acfa6b6b.tar.gz git-b344bb19358bcf8cf62c28ce205fdfd8acfa6b6b.tar.xz |
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 <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-for-each-ref.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt index db55a4e0b..f2e08d11c 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)`. |