summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3ace1fe)
raw | patch | inline | side by side (parent: 3ace1fe)
author | No name <linux@horizon.com> | |
Fri, 2 Dec 2005 11:37:13 +0000 (06:37 -0500) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 2 Dec 2005 20:20:34 +0000 (12:20 -0800) |
[jc: light edit applied on top of the original]
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-read-tree.txt | patch | blob | history |
index 8b91847856b51fbe6727ad96e6d5e4d1fd00c815..6e92e4aa66674fa5fde90866c0f2ff9155270dc0 100644 (file)
OPTIONS
-------
-m::
- Perform a merge, not just a read.
+ 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
+ started.
--reset::
-
- Same as -m except that unmerged entries will be silently ignored.
+ Same as -m, except that unmerged entries are discarded
+ instead of failing.
-u::
After a successful merge, update the files in the work
trees that are not directly related to the current
working tree status into a temporary index file.
-
<tree-ish#>::
The id of the tree object(s) to be read/merged.