summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-03-08 12:36:29 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-03-08 12:36:29 -0800
commitcd3d56a9624f4e52cfefbf11593d08e0ce8e9133 (patch)
tree20a6c30bff0a3e52bbe8eb008667f8eed4efc11f
parentMerge branch 'jc/test-must-be-empty' (diff)
parentdocs/pretty-formats: fix typo '% <(<N>)' -> '%<|(<N>)' (diff)
downloadtgif-cd3d56a9624f4e52cfefbf11593d08e0ce8e9133.tar.xz
Merge branch 'mk/doc-pretty-fill'
Docfix. * mk/doc-pretty-fill: docs/pretty-formats: fix typo '% <(<N>)' -> '%<|(<N>)'
-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 e664c088a5..6109ef09aa 100644
--- a/Documentation/pretty-formats.txt
+++ b/Documentation/pretty-formats.txt
@@ -202,7 +202,7 @@ endif::git-rev-list[]
- '%>>(<N>)', '%>>|(<N>)': similar to '%>(<N>)', '%>|(<N>)'
respectively, except that if the next placeholder takes more spaces
than given and there are spaces on its left, use those spaces
-- '%><(<N>)', '%><|(<N>)': similar to '% <(<N>)', '%<|(<N>)'
+- '%><(<N>)', '%><|(<N>)': similar to '%<(<N>)', '%<|(<N>)'
respectively, but padding both sides (i.e. the text is centered)
- %(trailers[:options]): display the trailers of the body as interpreted
by linkgit:git-interpret-trailers[1]. The `trailers` string may be