read-tree --reset -u fix.
authorLinus Torvalds <torvalds@osdl.org>
Mon, 15 May 2006 15:09:31 +0000 (08:09 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 15 May 2006 19:23:04 +0000 (12:23 -0700)
The previous commit makes -u to mean "I do want to remove the
local changes, just update it from the read tree" only for
one-way merge. It makes sense to have it depend on the
"--reset" flag instead.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found