File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -632,7 +632,7 @@ Performing a three-way merge
632632`merge`
633633^^^^^^^
634634
635- The attribute `merge` affects how three versions of a file is
635+ The attribute `merge` affects how three versions of a file are
636636merged when a file-level merge is necessary during `git merge`,
637637and other commands such as `git revert` and `git cherry-pick`.
638638
@@ -646,15 +646,15 @@ Unset::
646646
647647 Take the version from the current branch as the
648648 tentative merge result, and declare that the merge has
649- conflicts. This is suitable for binary files that does
649+ conflicts. This is suitable for binary files that do
650650 not have a well-defined merge semantics.
651651
652652Unspecified::
653653
654654 By default, this uses the same built-in 3-way merge
655- driver as is the case the `merge` attribute is set.
656- However, `merge.default` configuration variable can name
657- different merge driver to be used for paths to which the
655+ driver as is the case when the `merge` attribute is set.
656+ However, the `merge.default` configuration variable can name
657+ different merge driver to be used with paths for which the
658658 `merge` attribute is unspecified.
659659
660660String::
You can’t perform that action at this time.
0 commit comments