From: Philippe Blain Date: Mon, 17 Feb 2020 04:53:02 +0000 (+0000) Subject: t/lib-submodule-update: remove outdated test description X-Git-Tag: v2.27.0-rc0~157^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5779b61d83e099a7c9249010dbd1aa1417efba0;p=thirdparty%2Fgit.git t/lib-submodule-update: remove outdated test description The commands in the unpack_trees machinery (checkout, reset, read-tree) were fixed in 218c883783 (submodule: properly recurse for read-tree and checkout, 2017-05-02) to correctly update nested submodules when called with the `--recurse-submodules` flag. However, a comment in t/lib-submodule-update.sh mentions that this use case still doesn't work. Remove this outdated comment. Signed-off-by: Philippe Blain Signed-off-by: Junio C Hamano --- diff --git a/t/lib-submodule-update.sh b/t/lib-submodule-update.sh index 1dd17fc03e..5f9eb682f6 100755 --- a/t/lib-submodule-update.sh +++ b/t/lib-submodule-update.sh @@ -908,7 +908,6 @@ test_submodule_switch_recursing_with_args () { ) ' - # recursing deeper than one level doesn't work yet. test_expect_success "$command: modified submodule updates submodule recursively" ' prolog && reset_work_tree_to_interested add_nested_sub &&