doc: minor formatting fix
Move a closing backtick that was placed one character too soon. Signed-off-by: Cameron Steffen <cam.steffen94@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Cameron Steffen committed
Sep 11, 2019 at 07:52 UTC
4fd39c76e6384e05caf4f71cdd6480802a071e8a
1 file changed
+1
-1
Documentation/pretty-formats.txt
+1
-1
@@ -208,7 +208,7 @@ endif::git-rev-list[]
208
'%GP':: show the fingerprint of the primary key whose subkey was used
209
to sign a signed commit
210
'%gD':: reflog selector, e.g., `refs/stash@{1}` or `refs/stash@{2
211
- minutes ago`}; the format follows the rules described for the
211
+ minutes ago}`; the format follows the rules described for the
212
`-g` option. The portion before the `@` is the refname as
213
given on the command line (so `git log -g refs/heads/master`
214
would yield `refs/heads/master@{0}`).