Skip to content

Commit 9cb0bbf

Browse files
committed
Merge branch 'xx/rfc2822-date-format-in-doc'
Docfix. * xx/rfc2822-date-format-in-doc: Documentation: fix typos describing date format
2 parents 5672931 + 5da40be commit 9cb0bbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/date-formats.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Git internal format::
1111
For example CET (which is 1 hour ahead of UTC) is `+0100`.
1212

1313
RFC 2822::
14-
The standard email format as described by RFC 2822, for example
14+
The standard date format as described by RFC 2822, for example
1515
`Thu, 07 Apr 2005 22:13:13 +0200`.
1616

1717
ISO 8601::

Documentation/git-fast-import.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ and some sanity checks on the numeric values may also be performed.
303303
with e.g. bogus timezone values.
304304

305305
`rfc2822`::
306-
This is the standard email format as described by RFC 2822.
306+
This is the standard date format as described by RFC 2822.
307307
+
308308
An example value is ``Tue Feb 6 11:22:18 2007 -0500''. The Git
309309
parser is accurate, but a little on the lenient side. It is the

0 commit comments

Comments
 (0)