Skip to content

Commit cd3d56a

Browse files
committed
Merge branch 'mk/doc-pretty-fill'
Docfix. * mk/doc-pretty-fill: docs/pretty-formats: fix typo '% <(<N>)' -> '%<|(<N>)'
2 parents a8d45dc + 768b9d6 commit cd3d56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/pretty-formats.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ endif::git-rev-list[]
202202
- '%>>(<N>)', '%>>|(<N>)': similar to '%>(<N>)', '%>|(<N>)'
203203
respectively, except that if the next placeholder takes more spaces
204204
than given and there are spaces on its left, use those spaces
205-
- '%><(<N>)', '%><|(<N>)': similar to '% <(<N>)', '%<|(<N>)'
205+
- '%><(<N>)', '%><|(<N>)': similar to '%<(<N>)', '%<|(<N>)'
206206
respectively, but padding both sides (i.e. the text is centered)
207207
- %(trailers[:options]): display the trailers of the body as interpreted
208208
by linkgit:git-interpret-trailers[1]. The `trailers` string may be

0 commit comments

Comments
 (0)