docs: fix typesetting of merge driver placeholders
Following the `CodingGuidlines`, since these placeholders are literal they should be typeset verbatim, so fix some that aren't. Signed-off-by: Matthew Hughes <matthewhughes934@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
4f71522dfb
commit
6a63995335
|
@ -1166,7 +1166,7 @@ internal merge and the final merge.
|
|||
The merge driver can learn the pathname in which the merged result
|
||||
will be stored via placeholder `%P`. The conflict labels to be used
|
||||
for the common ancestor, local head and other head can be passed by
|
||||
using '%S', '%X' and '%Y` respectively.
|
||||
using `%S`, `%X` and `%Y` respectively.
|
||||
|
||||
`conflict-marker-size`
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in New Issue