From eb00583fa60038219eb28bf6076e9ae6377ea5d2 Mon Sep 17 00:00:00 2001 From: David Lay Date: Wed, 7 Nov 2018 18:37:18 -0300 Subject: [PATCH] fixed refs format variable on git-log (#742) Said `%cd` and should be `%d` --- git-log-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-log-format.md b/git-log-format.md index b1491f5f0..8a8e30c36 100644 --- a/git-log-format.md +++ b/git-log-format.md @@ -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