Skip to content

Commit b98525e

Browse files
jdavisp3gitster
authored andcommitted
Documentation: fix and clarify grammar in git-merge docs.
Signed-off-by: Dave Peticolas <dave@krondo.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 6232f62 commit b98525e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Documentation/git-merge.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ it happens. In other words, `git-diff --cached HEAD` must
7474
report no changes.
7575

7676
[NOTE]
77-
This is a bit of lie. In certain special cases, your index are
78-
allowed to be different from the tree of `HEAD` commit. The most
77+
This is a bit of a lie. In certain special cases, your index is
78+
allowed to be different from the tree of the `HEAD` commit. The most
7979
notable case is when your `HEAD` commit is already ahead of what
8080
is being merged, in which case your index can have arbitrary
81-
difference from your `HEAD` commit. Otherwise, your index entries
82-
are allowed have differences from your `HEAD` commit that match
83-
the result of trivial merge (e.g. you received the same patch
84-
from external source to produce the same result as what you are
81+
differences from your `HEAD` commit. Also, your index entries
82+
may have differences from your `HEAD` commit that match
83+
the result of a trivial merge (e.g. you received the same patch
84+
from an external source to produce the same result as what you are
8585
merging). For example, if a path did not exist in the common
8686
ancestor and your head commit but exists in the tree you are
8787
merging into your repository, and if you already happen to have

0 commit comments

Comments
 (0)