Skip to content

Commit b547ce0

Browse files
alcogitster
authored andcommitted
docs: fix grammar in gitattributes.txt
[jc: with a fixlet from Marc Branchaud] Signed-off-by: Alexei Sholik <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fbcda3c commit b547ce0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Documentation/gitattributes.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
636636
merged when a file-level merge is necessary during `git merge`,
637637
and 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

652652
Unspecified::
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

660660
String::

0 commit comments

Comments
 (0)