summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorMårten Kongstad <marten.kongstad@gmail.com>2018-02-27 20:17:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-02-27 22:13:55 (GMT)
commit768b9d6db7895262d941dc93fc84e78da2189759 (patch)
tree54629728918cbccaabe7e464c7682038a73a4226 /Documentation
parent27dea4683b608c5c0487dee74cbda13b62803b73 (diff)
downloadgit-768b9d6db7895262d941dc93fc84e78da2189759.zip
git-768b9d6db7895262d941dc93fc84e78da2189759.tar.gz
git-768b9d6db7895262d941dc93fc84e78da2189759.tar.bz2
docs/pretty-formats: fix typo '% <(<N>)' -> '%<|(<N>)'
Remove erroneous space between % and < in '% <(<N>)'. Signed-off-by: Mårten Kongstad <marten.kongstad@gmail.com> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-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 69c289d..00f8666 100644
--- a/Documentation/pretty-formats.txt
+++ b/Documentation/pretty-formats.txt
@@ -191,7 +191,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)
NOTE: Some placeholders may depend on other options given to the