File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -74,14 +74,14 @@ it happens. In other words, `git-diff --cached HEAD` must
7474report 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
7979notable case is when your `HEAD` commit is already ahead of what
8080is 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
8585merging). For example, if a path did not exist in the common
8686ancestor and your head commit but exists in the tree you are
8787merging into your repository, and if you already happen to have
You can’t perform that action at this time.
0 commit comments