summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-10-26 00:11:38 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-10-26 00:11:38 (GMT)
commitb30a4435ed0e96212f6023cb7a952b95a58de818 (patch)
tree45ae507cb2c5101498c13133f0b064bdc3dd4696
parent553ea9d8c7f42803272f0f1bcaa060408e8a104c (diff)
parentedbf9a2e20f659539a3be062c455624a6e7cd77b (diff)
downloadgit-b30a4435ed0e96212f6023cb7a952b95a58de818.zip
git-b30a4435ed0e96212f6023cb7a952b95a58de818.tar.gz
git-b30a4435ed0e96212f6023cb7a952b95a58de818.tar.bz2
Merge branch 'nb/doc-mergetool-typofix' into maint-2.38
Typofix. * nb/doc-mergetool-typofix: mergetool.txt: typofix 'overwriten' -> 'overwritten'
-rw-r--r--Documentation/config/mergetool.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/mergetool.txt b/Documentation/config/mergetool.txt
index 90b3809..e779a12 100644
--- a/Documentation/config/mergetool.txt
+++ b/Documentation/config/mergetool.txt
@@ -59,7 +59,7 @@ mergetool.hideResolved::
possible and write the 'MERGED' file containing conflict markers around
any conflicts that it cannot resolve; 'LOCAL' and 'REMOTE' normally
represent the versions of the file from before Git's conflict
- resolution. This flag causes 'LOCAL' and 'REMOTE' to be overwriten so
+ 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`
configuration variable. Defaults to `false`.