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
632
632
`merge`
633
633
^^^^^^^
634
634
635
- The attribute `merge` affects how three versions of a file is
635
+ The attribute `merge` affects how three versions of a file are
636
636
merged when a file-level merge is necessary during `git merge`,
637
637
and other commands such as `git revert` and `git cherry-pick`.
638
638
@@ -646,15 +646,15 @@ Unset::
646
646
647
647
Take the version from the current branch as the
648
648
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
650
650
not have a well-defined merge semantics.
651
651
652
652
Unspecified::
653
653
654
654
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
658
658
`merge` attribute is unspecified.
659
659
660
660
String::
You can’t perform that action at this time.
0 commit comments