Skip to content

Commit

Permalink
Update git-log-format.md (rstacruz#1853)
Browse files Browse the repository at this point in the history
In date formatting: `rfc2822` should be `rfc2822`
  • Loading branch information
zgrannan authored Jul 7, 2022
1 parent 955bc18 commit 3a367c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-log-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down

0 comments on commit 3a367c9

Please sign in to comment.