Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-for-each-ref.txt: 'raw' is a supported date format
author
John Keeping
<john@keeping.me.uk>
Mon, 21 Jan 2013 16:22:06 +0000
(16:22 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 22 Jan 2013 00:26:26 +0000
(16:26 -0800)
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>
Documentation/git-for-each-ref.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
74f3267
)
diff --git
a/Documentation/git-for-each-ref.txt
b/Documentation/git-for-each-ref.txt
index db55a4e0bbc524c20f08e6862daaa97dd1785b71..f2e08d11c19cf127c5f7d484b0c3d66fc475d547 100644
(file)
--- 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)`.