Skip to content

Commit b344bb1

Browse files
johnkeepinggitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 74f3267 commit b344bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-for-each-ref.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ returns an empty string instead.
117117

118118
As a special case for the date-type fields, you may specify a format for
119119
the date by adding one of `:default`, `:relative`, `:short`, `:local`,
120-
`:iso8601` or `:rfc2822` to the end of the fieldname; e.g.
120+
`:iso8601`, `:rfc2822` or `:raw` to the end of the fieldname; e.g.
121121
`%(taggerdate:relative)`.
122122

123123

0 commit comments

Comments
 (0)