On Tue, May 3, 2016 at 9:19 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Stefan Beller <sbeller@xxxxxxxxxx> writes: > >> Signed-off-by: Stefan Beller <sbeller@xxxxxxxxxx> >> --- >> t/t7400-submodule-basic.sh | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/t/t7400-submodule-basic.sh b/t/t7400-submodule-basic.sh >> index 814ee63..90d80d3 100755 >> --- a/t/t7400-submodule-basic.sh >> +++ b/t/t7400-submodule-basic.sh >> @@ -914,7 +914,7 @@ test_expect_success 'submodule deinit works on repository without submodules' ' >> git init && >> >file && >> git add file && >> - git commit -m "repo should not be empty" >> + git commit -m "repo should not be empty" && >> git submodule deinit . >> ) >> ' > > Thanks. > > As this was introduced by 84ba959b (submodule: fix regression for > deinit without submodules, 2016-03-22), which was merged to the > mainline at v2.8.0-rc4-8-g2a4c8c3 and applies there, let's queue it > there. Ok, I'll reroll there with an improved 2/3 on top of v2.8.0-rc4-8-g2a4c8c3. -- 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