From: Mårten Kongstad Date: Tue, 27 Feb 2018 20:17:44 +0000 (+0100) Subject: docs/pretty-formats: fix typo '% <()' -> '%<|()' X-Git-Tag: v2.17.0-rc0~23^2 X-Git-Url: http://git.bitbasher.net/?a=commitdiff_plain;h=768b9d6db7895262d941dc93fc84e78da2189759;p=git.git docs/pretty-formats: fix typo '% <()' -> '%<|()' Remove erroneous space between % and < in '% <()'. Signed-off-by: Mårten Kongstad Reviewed-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt index 69c289dd0c..00f86664b0 100644 --- a/Documentation/pretty-formats.txt +++ b/Documentation/pretty-formats.txt @@ -191,7 +191,7 @@ endif::git-rev-list[] - '%>>()', '%>>|()': similar to '%>()', '%>|()' respectively, except that if the next placeholder takes more spaces than given and there are spaces on its left, use those spaces -- '%><()', '%><|()': similar to '% <()', '%<|()' +- '%><()', '%><|()': similar to '%<()', '%<|()' respectively, but padding both sides (i.e. the text is centered) NOTE: Some placeholders may depend on other options given to the