diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-10-07 11:32:56 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-07 11:32:56 +0900 |
commit | cb3ec6f4efece2c8ed3bd443f0450e2a33b27ac5 (patch) | |
tree | f4f3a8a1d0c529e0edca15ae185a9a8d241c5620 /Documentation | |
parent | Merge branch 'jk/list-objects-optim-wo-trees' (diff) | |
parent | doc: minor formatting fix (diff) | |
download | tgif-cb3ec6f4efece2c8ed3bd443f0450e2a33b27ac5.tar.xz |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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}`). |