On Fri, Jan 8, 2016 at 1:04 PM, Stephen Smith <ischis2@xxxxxxx> wrote: >> > +test_expect_success 'ref^{/!-}' ' >> > + test_must_fail git rev-parse master^{/!-} >> > +' Shouldn't it be ^{!/... instead of ^{/!... ? People could have a pattern starting with "!" and /! will change its meaning. On the other hand, anything else after { is still reserved and can safely be used. -- Duy -- 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