checkout -m: fix read-tree invocation
authorJunio C Hamano <junkio@cox.net>
Wed, 28 Jun 2006 18:47:28 +0000 (11:47 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 29 Jun 2006 02:30:51 +0000 (19:30 -0700)
When we updated "read-tree -m -u" to be careful about not
removing untracked working tree files, we broke "checkout -m" to
switch between branches.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found