summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-10-07 02:32:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-10-07 02:32:56 (GMT)
commitcb3ec6f4efece2c8ed3bd443f0450e2a33b27ac5 (patch)
treef4f3a8a1d0c529e0edca15ae185a9a8d241c5620 /Documentation
parentbbfe5f2241f8baf6019c6cb7428aed9fb1353799 (diff)
parent4fd39c76e6384e05caf4f71cdd6480802a071e8a (diff)
downloadgit-cb3ec6f4efece2c8ed3bd443f0450e2a33b27ac5.zip
git-cb3ec6f4efece2c8ed3bd443f0450e2a33b27ac5.tar.gz
git-cb3ec6f4efece2c8ed3bd443f0450e2a33b27ac5.tar.bz2
Merge branch 'cs/pretty-formats-doc-typofix'
Doc fix. * cs/pretty-formats-doc-typofix: doc: minor formatting fix
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/pretty-formats.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt
index 0795983..b87e2e8 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}`).