Junio C Hamano <gitster <at> pobox.com> writes: > > echo modified >>a-blob && > > git add -u && > > git commit -m Modified && > > + git branch modref && > > This probably belongs to the previous step, no? > What did you mean by this comment? I looked at the original patch and at Will's response to your comment and am not quite sure what was meant. > > +test_expect_success 'ref^{/!-}' ' > > + test_must_fail git rev-parse master^{/!-} > > +' > I plan on leaving this in. > > +test_expect_success 'ref^{/!-.}' ' > > + test_must_fail git rev-parse master^{/!-.} > > +' > I plan on leaving this in. -- 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