From: Cameron Steffen Date: Wed, 11 Sep 2019 14:52:51 +0000 (-0700) Subject: doc: minor formatting fix X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4fd39c76e6384e05caf4f71cdd6480802a071e8a;p=git.git doc: minor formatting fix Move a closing backtick that was placed one character too soon. Signed-off-by: Cameron Steffen Signed-off-by: Junio C Hamano --- diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt index 079598307a..b87e2e83e6 100644 --- a/Documentation/pretty-formats.txt +++ b/Documentation/pretty-formats.txt @@ -208,7 +208,7 @@ endif::git-rev-list[] '%GP':: show the fingerprint of the primary key whose subkey was used to sign a signed commit '%gD':: reflog selector, e.g., `refs/stash@{1}` or `refs/stash@{2 - minutes ago`}; the format follows the rules described for the + minutes ago}`; the format follows the rules described for the `-g` option. The portion before the `@` is the refname as given on the command line (so `git log -g refs/heads/master` would yield `refs/heads/master@{0}`).