Merge branch 'jk/test-lint-forbid-when-finished-in-subshell'
[gitweb.git] / Documentation / git-for-each-ref.txt
index e49d5782fc6f82289d0b71c720110b11e38cb8b0..d6a1abcca5e8bb451595f4a2bc0d9852496584b7 100644 (file)
@@ -150,9 +150,8 @@ the object referred by the ref does not cause an error.  It
 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`, `:rfc2822` or `:raw` to the end of the fieldname; e.g.
-`%(taggerdate:relative)`.
+the date by adding `:` followed by date format name (see the
+values the `--date` option to linkgit::git-rev-list[1] takes).
 
 
 EXAMPLES