summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-02-24 11:54:38 -0800
committerJunio C Hamano <gitster@pobox.com>2023-02-24 11:54:38 -0800
commit613334cb5a7643a40c588048c6fb84dddd3c287c (patch)
treeac8fe1d2626b56f1b2a2bd887df3f4e765934c24 /rev-list-options.txt
parent3583c5c3e0e0265a7a2e48b2be5e756b53c42dca (diff)
downloadgit-htmldocs-613334cb5a7643a40c588048c6fb84dddd3c287c.tar.gz
Autogenerated HTML docs for v2.40.0-rc0
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index ff68e4840..0d90d5b15 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -1100,12 +1100,12 @@ preferred format. See the `strftime` manual for a complete list of
format placeholders. When using `-local`, the correct syntax is
`--date=format-local:...`.
-`--date=default` is the default format, and is similar to
-`--date=rfc2822`, with a few exceptions:
+`--date=default` is the default format, and is based on ctime(3)
+output. It shows a single line with three-letter day of the week,
+three-letter month, day-of-month, hour-minute-seconds in "HH:MM:SS"
+format, followed by 4-digit year, plus timezone information, unless
+the local time zone is used, e.g. `Thu Jan 1 00:00:00 1970 +0000`.
--
- - there is no comma after the day-of-week
-
- - the time zone is omitted when the local time zone is used
ifdef::git-rev-list[]
--header::