]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation: fix typos describing date format
authorXing Xin <xingxin.xx@bytedance.com>
Fri, 12 Apr 2024 08:51:16 +0000 (08:51 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Apr 2024 16:03:03 +0000 (09:03 -0700)
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>
Documentation/date-formats.txt
Documentation/git-fast-import.txt

index 67645cae64f3b22c7ab518667a93c7caebf9cd54..e24517c496fce47e7c22d1c4a6505f9fd08499aa 100644 (file)
@@ -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::
index 8b5dd6add006d111688fc1193d77ebe6b45422a5..51cef1b316c4d446fd09088f710bb43228c7f2d2 100644 (file)
@@ -303,7 +303,7 @@ and some sanity checks on the numeric values may also be performed.
        with e.g. bogus timezone values.
 
 `rfc2822`::
-       This is the standard email format as described by RFC 2822.
+       This is the standard date format as described by RFC 2822.
 +
 An example value is ``Tue Feb 6 11:22:18 2007 -0500''.  The Git
 parser is accurate, but a little on the lenient side.  It is the