]> git.ipfire.org Git - thirdparty/git.git/commitdiff
docs: fix typesetting of merge driver placeholders
authorMatthew Hughes <matthewhughes934@gmail.com>
Tue, 7 Jan 2025 21:24:21 +0000 (21:24 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Jan 2025 23:11:36 +0000 (15:11 -0800)
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>
Documentation/gitattributes.txt

index e6150595af8210c1abc871b73cc78cbdfdeaeee7..5d12b785491fba165d285b22dc41ff78dd2fdee0 100644 (file)
@@ -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`
 ^^^^^^^^^^^^^^^^^^^^^^