diff options
author | John Keeping <john@keeping.me.uk> | 2015-09-03 22:48:53 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-03 15:34:59 -0700 |
commit | 8f50d263d70702c9409eb17cce10ea5b0831223a (patch) | |
tree | 25a22387502fb210704ebea25ec7940d0d086504 /Documentation/git-for-each-ref.txt | |
parent | 78a844160bd1273bad89fdc0df13a1037ab4b1a4 (diff) | |
download | git-8f50d263d70702c9409eb17cce10ea5b0831223a.tar.gz |
Documentation/git-for-each-ref: don't list date formats
We are about to add a new set of supported date formats and do not want
to have to maintain the same list in several different bits of
documentation. Refer to git-rev-list(1) which contains the full list of
supported formats.
Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-for-each-ref.txt')
-rw-r--r-- | Documentation/git-for-each-ref.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt index 7f8d9a5b5f..d062639557 100644 --- a/Documentation/git-for-each-ref.txt +++ b/Documentation/git-for-each-ref.txt @@ -134,9 +134,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 |