t5572: describe '--rebase' tests a little more
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Sat, 14 Nov 2020 00:34:44 +0000 (00:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Nov 2020 00:01:13 +0000 (16:01 -0800)
commitf260c6b46c1ebb5b1b4dfffd8812b5416cfcc4e7
tree654d6824940b3f9599e4e7d366e23dc8d4061474
parentba58ddd0bf295f45361cdcddd07a2d0183dde4bd
t5572: describe '--rebase' tests a little more

It can be hard at first glance to distinguish what is different between
the two tests 'recursive rebasing pull' and 'pull rebase recursing fails
with conflicts' in 't5572-pull-submodule.sh', and to understand how they
relate to the scenarios described in a6d7eb2c7a (pull: optionally rebase
submodules (remote submodule changes only), 2017-06-23), which
implemented '--recurse-submodules' for 'git pull' and added these tests.

Rename the tests to be more descriptive and add some bullet points
comments describing the different scenarios.

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