Update git-log-format.md (#1853)

In date formatting: `rfc2822` should be `rfc2822`
This commit is contained in:
Zack Grannan 2022-07-07 05:55:40 -07:00 committed by GitHub
parent 955bc18ead
commit 3a367c969c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) |