fixed refs format variable on git-log (#742)
Said `%cd` and should be `%d`
This commit is contained in:
parent
6a51d514e8
commit
eb00583fa6
|
@ -54,7 +54,7 @@ See the next tables on format variables.
|
||||||
| `%f` | commit subject, filename style |
|
| `%f` | commit subject, filename style |
|
||||||
| `%b` | commit body |
|
| `%b` | commit body |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `%cd` | ref names |
|
| `%d` | ref names |
|
||||||
| `%e` | encoding |
|
| `%e` | encoding |
|
||||||
|
|
||||||
## Author and committer
|
## Author and committer
|
||||||
|
|
Loading…
Reference in New Issue