documentation: clarify read-tree --reset
[jc: light edit applied on top of the original] Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
3ace1fe34b
commit
3f41f5a9fe
@ -28,11 +28,14 @@ will be in unmerged state when "git-read-tree" returns.
|
|||||||
OPTIONS
|
OPTIONS
|
||||||
-------
|
-------
|
||||||
-m::
|
-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::
|
--reset::
|
||||||
|
Same as -m, except that unmerged entries are discarded
|
||||||
Same as -m except that unmerged entries will be silently ignored.
|
instead of failing.
|
||||||
|
|
||||||
-u::
|
-u::
|
||||||
After a successful merge, update the files in the work
|
After a successful merge, update the files in the work
|
||||||
@ -47,7 +50,6 @@ OPTIONS
|
|||||||
trees that are not directly related to the current
|
trees that are not directly related to the current
|
||||||
working tree status into a temporary index file.
|
working tree status into a temporary index file.
|
||||||
|
|
||||||
|
|
||||||
<tree-ish#>::
|
<tree-ish#>::
|
||||||
The id of the tree object(s) to be read/merged.
|
The id of the tree object(s) to be read/merged.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user