On Mon, Jan 08, 2007 at 03:19:48AM -0800, Junio C Hamano wrote: > I decided to fast-track this one. With a handful fix-ups, this > is now at the tip of 'next'. I haven't seen the code, waiting for kernel.org to mirror, but I have a question... > The primary difference from the one we discussed, and then has > been sitting in 'pu', is that coming back from the detached HEAD > state is allowed only with '-f' or to a branch that is a > fast-forward of HEAD. Hrm. So does that mean this doesn't work (without -f): git checkout v1.4.0 ... look around ... git checkout v1.2.0 I think a better (but more expensive) check would be "coming back from the detached HEAD is allowed only with '-f' or if HEAD is an ancestor of any non-HEAD ref." -Peff - 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