1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-16 05:54:53 +02:00

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

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