]> git.ipfire.org Git - thirdparty/git.git/commit - t/lib-submodule-update.sh
t/lib-submodule-update: add test removing nested submodules
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Mon, 17 Feb 2020 04:53:06 +0000 (04:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Feb 2020 23:28:23 +0000 (15:28 -0800)
commit846f34d3514b81764dea7c2a4851f6187ab31aad
treed9e9fe08f69773110469f5525d16112cbe7aee3c
parente84704f15ca793a377cb6ef24ab614b95775d008
t/lib-submodule-update: add test removing nested submodules

The previous commit fixed a bug with the (no submodule) -> (nested
submodules) transition for commands in the unpack-trees machinery.

Let's add a test for the reverse transition (going from nested
submodules to no submodule), as it is not being tested currently.

While at it, uniformize the capitalization in the list of tests.

Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-submodule-update.sh