(Resend) [PATCH] checkout-cache -a should not extract unmerged stages

2005-04-17 Thread Junio C Hamano
Linus, do you have any particular reason you did not want the patch to skip unmerged ones when checkout-cache -a is done, and if so could you let me know? Here is what happens before the patch: $ ls -al total 16 drwxrwsr-x 3 junio src 4096 Apr 17 14:30 ./ drwxrwsr-x 8

[PATCH] checkout-cache -a should not extract unmerged stages

2005-04-16 Thread Junio C Hamano
When checkout-cache -a is run, currently it attempts to extract each existing unmerged stage to the same destination and complains to what it itself has done. This is nonsensical. Presumably, the user is running checkout-cache -a in order to verify the result of the part that has cleanly been