checkout -m: fix read-tree invocationv1.4.1-rc2
commitabc02670169cee9541793a86324a014272ca8ed5
authorJunio C Hamano <junkio@cox.net>
Wed, 28 Jun 2006 18:47:28 +0000 (28 11:47 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 29 Jun 2006 02:30:51 +0000 (28 19:30 -0700)
treecbfdc59d57f0a22cd2c43b2baf3d0b6315b4e965
parent8f4a9b62ee16eb018a9d3a675563115e14708953
checkout -m: fix read-tree invocation

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>
git-checkout.sh
t/t7201-co.sh [new file with mode: 0755]