summaryrefslogtreecommitdiffstats
path: root/git-read-tree.txt
diff options
context:
space:
mode:
Diffstat (limited to 'git-read-tree.txt')
-rw-r--r--git-read-tree.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-read-tree.txt b/git-read-tree.txt
index b09707474..1c48c2899 100644
--- a/git-read-tree.txt
+++ b/git-read-tree.txt
@@ -25,15 +25,15 @@ fast-forward (i.e. 2-way) merge, or a 3-way merge, with the `-m`
flag. When used with `-m`, the `-u` flag causes it to also update
the files in the work tree with the result of the merge.
-Trivial merges are done by 'git read-tree' itself. Only conflicting paths
-will be in unmerged state when 'git read-tree' returns.
+Only trivial merges are done by 'git read-tree' itself. Only conflicting paths
+will be in an unmerged state when 'git read-tree' returns.
OPTIONS
-------
-m::
Perform a merge, not just a read. The command will
refuse to run if your index file has unmerged entries,
- indicating that you have not finished previous merge you
+ indicating that you have not finished a previous merge you
started.
--reset::