On Fri, 14 Mar 2008 12:11:33 -0700 (PDT) Jakub Narebski <jnareb@xxxxxxxxx> wrote: > AFAIK the porcelain equivalent to plumbing > > git read-tree -u -m 3 > > is just > > git checkout 3 -- . Hi Jakub, git checkout . won't remove paths, so you could end up with extra state that didn't exist in the earlier commit. Sean -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html