[PATCH 03/15] lib-submodule-update.sh: define tests for recursing into submodules

2017-02-23 Thread Stefan Beller
Currently lib-submodule-update.sh provides 2 functions test_submodule_switch and test_submodule_forced_switch that are used by a variety of tests to ensure that submodules behave as expected. The current expected behavior is that submodules are not touched at all (see 42639d2317a for the exact setu

Re: [PATCH 03/15] lib-submodule-update.sh: define tests for recursing into submodules

2017-02-22 Thread Stefan Beller
On Thu, Feb 16, 2017 at 12:39 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> Currently lib-submodule-update.sh provides 2 functions >> test_submodule_switch and test_submodule_forced_switch that are used by a >> variety of tests to ensure that submodules behave as expected. The current >>

Re: [PATCH 03/15] lib-submodule-update.sh: define tests for recursing into submodules

2017-02-16 Thread Junio C Hamano
Stefan Beller writes: > Currently lib-submodule-update.sh provides 2 functions > test_submodule_switch and test_submodule_forced_switch that are used by a > variety of tests to ensure that submodules behave as expected. The current > expected behavior is that submodules are not touched at all (se

[PATCH 03/15] lib-submodule-update.sh: define tests for recursing into submodules

2017-02-15 Thread Stefan Beller
Currently lib-submodule-update.sh provides 2 functions test_submodule_switch and test_submodule_forced_switch that are used by a variety of tests to ensure that submodules behave as expected. The current expected behavior is that submodules are not touched at all (see 42639d2317a for the exact setu