aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-01-21 08:44:55 -0800
committerJunio C Hamano <gitster@pobox.com>2025-01-21 08:44:55 -0800
commit73c152e6106c3ead1f15f920f4b4f4c38fbfcdb3 (patch)
treea41389b7fbfd901e342d9316411f89002dc2f7f2
parentc032b1d8bc29de4fb1322d841d8216ca961dcb53 (diff)
parent6a63995335e7a941d34bdafb93a56f789ebeed75 (diff)
downloadgit-73c152e6106c3ead1f15f920f4b4f4c38fbfcdb3.tar.gz
Merge branch 'mh/gitattr-doc-markup-fix'
Doc markup fix. * mh/gitattr-doc-markup-fix: docs: fix typesetting of merge driver placeholders
-rw-r--r--Documentation/gitattributes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
index e6150595af..5d12b78549 100644
--- a/Documentation/gitattributes.txt
+++ b/Documentation/gitattributes.txt
@@ -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`
^^^^^^^^^^^^^^^^^^^^^^