aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-10-14 13:40:55 -0700
committerJunio C Hamano <gitster@pobox.com>2025-10-14 13:40:55 -0700
commit12c542bbcf912fde5171ffc623bb0a68666287f4 (patch)
treeb237556dcf37032df79a75a5b3b8ffaa6ae71258
parentMerge branch 'kh/doc-interpret-trailers-markup-fix' into maint-2.51 (diff)
parentdoc: config: replace backtick with apostrophe for possessive (diff)
downloadgit-12c542bbcf912fde5171ffc623bb0a68666287f4.tar.gz
git-12c542bbcf912fde5171ffc623bb0a68666287f4.zip
Merge branch 'kh/doc-config-typofix' into maint-2.51
Documentation typofix. * kh/doc-config-typofix: doc: config: replace backtick with apostrophe for possessive
-rw-r--r--Documentation/config/mergetool.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/mergetool.adoc b/Documentation/config/mergetool.adoc
index 6be506145c..7064f5a462 100644
--- a/Documentation/config/mergetool.adoc
+++ b/Documentation/config/mergetool.adoc
@@ -65,7 +65,7 @@ endif::[]
During a merge, Git will automatically resolve as many conflicts as
possible and write the `$MERGED` file containing conflict markers around
any conflicts that it cannot resolve; `$LOCAL` and `$REMOTE` normally
- are the versions of the file from before Git`s conflict
+ are the versions of the file from before Git's conflict
resolution. This flag causes `$LOCAL` and `$REMOTE` to be overwritten so
that only the unresolved conflicts are presented to the merge tool. Can
be configured per-tool via the `mergetool.<tool>.hideResolved`