diff options
author | Xing Xin <xingxin.xx@bytedance.com> | 2024-04-12 10:51:16 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-04-12 18:03:03 +0200 |
commit | 5da40be8d7156f37b5d01071bfcb6c0abafbb8e2 (patch) | |
tree | e5c93f0e31d9ff2d099d6021f7305a474ee29692 /Documentation/date-formats.txt | |
parent | Git 2.39.3 (diff) | |
download | git-5da40be8d7156f37b5d01071bfcb6c0abafbb8e2.tar.xz git-5da40be8d7156f37b5d01071bfcb6c0abafbb8e2.zip |
Documentation: fix typos describing date format
This commit corrects a typographical error found in both
date-formats.txt and git-fast-import.txt documentation, where the term
`email format` was mistakenly used instead of `date format`.
Signed-off-by: Xing Xin <xingxin.xx@bytedance.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/date-formats.txt')
-rw-r--r-- | Documentation/date-formats.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/date-formats.txt b/Documentation/date-formats.txt index 67645cae64..e24517c496 100644 --- a/Documentation/date-formats.txt +++ b/Documentation/date-formats.txt @@ -11,7 +11,7 @@ Git internal format:: For example CET (which is 1 hour ahead of UTC) is `+0100`. RFC 2822:: - The standard email format as described by RFC 2822, for example + The standard date format as described by RFC 2822, for example `Thu, 07 Apr 2005 22:13:13 +0200`. ISO 8601:: |