Am 25.08.2013 15:06, schrieb Christian Couder: > +test_expect_success 'replaced and replacement objects must be of the same type' ' > + test_must_fail git replace mytag $HASH1 2>err && > + grep "Object ref '\''mytag'\'' is of type '\''tag'\''" err && Uh, this hurts in the eye! Please write this as grep "Object ref .mytag. is of type .tag" err && -- Hannes -- 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