push: test that --recurse-submodules on command line overrides config
commitf5c7cd9ecf2274547197fc8fc40564957fc9b99d
authorMike Crowe <mac@mcrowe.com>
Thu, 3 Dec 2015 13:10:34 +0000 (3 13:10 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Dec 2015 21:03:23 +0000 (4 13:03 -0800)
tree7b4c5031eef433e13fd1049fe3c1ab4625b6a041
parentb33a15b08131514b593015cb3e719faf9db20208
push: test that --recurse-submodules on command line overrides config

t5531 only checked that the push.recurseSubmodules config option was
overridden by passing --recurse-submodules=check on the command
line.  Add new tests for overriding with --recurse-submodules=no,
--no-recurse-submodules and --recurse-submodules=push too.

Also correct minor typo in test commit message.

Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5531-deep-submodule-push.sh