diff options
author | Andreas Heiduk <asheiduk@gmail.com> | 2017-05-22 22:59:58 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-05-23 14:46:26 +0900 |
commit | fc7a5edb55fed000a85682f9791f645e5d768b63 (patch) | |
tree | 8295c1776d7826d10b2c43694983267ffa07c9f6 /Documentation/pretty-formats.txt | |
parent | 95d67879735cfecfdd85f89e59d993c5b4de8835 (diff) | |
download | git-fc7a5edb55fed000a85682f9791f645e5d768b63.tar.gz |
Documentation: fix formatting typo in pretty-formats.txtah/doc-pretty-format-fix
A missing space messed up formatting of the `%(trailers)` format.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/pretty-formats.txt')
-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 47b286b33e..38040e95b5 100644 --- a/Documentation/pretty-formats.txt +++ b/Documentation/pretty-formats.txt @@ -199,7 +199,7 @@ endif::git-rev-list[] than given and there are spaces on its left, use those spaces - '%><(<N>)', '%><|(<N>)': similar to '% <(<N>)', '%<|(<N>)' respectively, but padding both sides (i.e. the text is centered) --%(trailers): display the trailers of the body as interpreted by +- %(trailers): display the trailers of the body as interpreted by linkgit:git-interpret-trailers[1] NOTE: Some placeholders may depend on other options given to the |