fixed refs format variable on git-log (#742)

Said `%cd` and should be `%d`
This commit is contained in:
David Lay 2018-11-07 18:37:18 -03:00 committed by chad d
parent 6a51d514e8
commit eb00583fa6
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ See the next tables on format variables.
| `%f` | commit subject, filename style |
| `%b` | commit body |
| --- | --- |
| `%cd` | ref names |
| `%d` | ref names |
| `%e` | encoding |
## Author and committer