t/lib-submodule-update: remove outdated test description
commitd5779b61d83e099a7c9249010dbd1aa1417efba0
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Mon, 17 Feb 2020 04:53:02 +0000 (17 04:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Feb 2020 23:26:52 +0000 (19 15:26 -0800)
tree7074f80feb321474b778e2bf37136a4c4a8e71ff
parentbd35645be21fdb0810b7dc01d680ef7bdfa07649
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 <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-submodule-update.sh