diff options
author | Mårten Kongstad <marten.kongstad@gmail.com> | 2018-02-27 21:17:44 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-02-27 14:13:55 -0800 |
commit | 768b9d6db7895262d941dc93fc84e78da2189759 (patch) | |
tree | 54629728918cbccaabe7e464c7682038a73a4226 /Documentation | |
parent | Git 2.10.5 (diff) | |
download | tgif-768b9d6db7895262d941dc93fc84e78da2189759.tar.xz |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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[] - '%>>(<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 |