From 3a367c969c2a70e4e1f5fde0dd5af81c96637626 Mon Sep 17 00:00:00 2001 From: Zack Grannan Date: Thu, 7 Jul 2022 05:55:40 -0700 Subject: [PATCH] Update git-log-format.md (#1853) In date formatting: `rfc2822` should be `rfc2822` --- git-log-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-log-format.md b/git-log-format.md index 8a8e30c36..6020030a5 100644 --- a/git-log-format.md +++ b/git-log-format.md @@ -104,7 +104,7 @@ See the next tables on format variables. | Variable | Description | | --- | --- | -| `%cD` | committer date (rfc2882) | +| `%cD` | committer date (rfc2822) | | `%cr` | committer date (relative) | | `%ct` | committer date (unix timestamp) | | `%ci` | committer date (iso8601) |