Merge branch 'nd/ignore-then-not-ignore'
[gitweb.git] / Documentation / git-for-each-ref.txt
index 16b4ac561438c259279397bcb89da54cbb33af2d..c6f073cea42a2a91fba1aeb17505fe6cd7f46ac8 100644 (file)
@@ -165,9 +165,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