Jeff King <peff@xxxxxxxx> writes: > ... but the > failing test is actually somewhat broken in 'next' already. Hmph, in what way? I haven't seen t5531 breakage on 'next', with or without your series... > fixes it, and should be done regardless of the other series. > > t/t5531-deep-submodule-push.sh | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/t/t5531-deep-submodule-push.sh b/t/t5531-deep-submodule-push.sh > index 8c16e04..445bb5f 100755 > --- a/t/t5531-deep-submodule-push.sh > +++ b/t/t5531-deep-submodule-push.sh > @@ -12,6 +12,7 @@ test_expect_success setup ' > ( > cd work && > git init && > + git config push.default matching && > mkdir -p gar/bage && > ( > cd gar/bage && -- 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