summaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-10-11 19:36:12 +0200
committerJunio C Hamano <gitster@pobox.com>2022-10-11 19:36:12 +0200
commit39c1578c5e4cb39036612718ba64a683e842f316 (patch)
treedbed45b37ec0386cfda2bbc466e2775adc51685a /Documentation/config
parentMerge branch 'jk/sequencer-missing-author-name-check' (diff)
parentmergetool.txt: typofix 'overwriten' -> 'overwritten' (diff)
downloadgit-39c1578c5e4cb39036612718ba64a683e842f316.tar.xz
git-39c1578c5e4cb39036612718ba64a683e842f316.zip
Merge branch 'nb/doc-mergetool-typofix'
Typofix. * nb/doc-mergetool-typofix: mergetool.txt: typofix 'overwriten' -> 'overwritten'
Diffstat (limited to 'Documentation/config')
-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 90b3809700..e779a122d8 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`.