summaryrefslogtreecommitdiff
path: root/Documentation/pretty-formats.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-03-08 20:36:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-03-08 20:36:29 (GMT)
commitcd3d56a9624f4e52cfefbf11593d08e0ce8e9133 (patch)
tree20a6c30bff0a3e52bbe8eb008667f8eed4efc11f /Documentation/pretty-formats.txt
parenta8d45dcfc075ada5d624b43e2b365cbcde564779 (diff)
parent768b9d6db7895262d941dc93fc84e78da2189759 (diff)
downloadgit-cd3d56a9624f4e52cfefbf11593d08e0ce8e9133.zip
git-cd3d56a9624f4e52cfefbf11593d08e0ce8e9133.tar.gz
git-cd3d56a9624f4e52cfefbf11593d08e0ce8e9133.tar.bz2
Merge branch 'mk/doc-pretty-fill'
Docfix. * mk/doc-pretty-fill: docs/pretty-formats: fix typo '% <(<N>)' -> '%<|(<N>)'
Diffstat (limited to 'Documentation/pretty-formats.txt')
-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 e664c08..6109ef0 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