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

2017-03-07 Thread Junio C Hamano
Stefan Beller writes: > + # ... and ignored files are ignroed ignored.

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

2017-03-06 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

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

2017-03-01 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