Pierre Habouzit <madcoder@xxxxxxxxxx> writes: > +test_expect_success 'detects ambiguous reference/file conflict' ' > + echo master > master && > + git add master && > + git commit -m"add master" && > + test_must_fail git send-email --dry-run master > errors && > + grep disambiguate errors > +' I've queued the series in 'pu', but with a fix to this test, without which it did not pass (and I had to rewind and rebuild 'pu'). -- 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