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

2017-02-15 Thread Stefan Beller
On Wed, Feb 15, 2017 at 8:51 AM, Brandon Williams wrote: > On 02/14, Stefan Beller wrote: >> diff --git a/t/lib-submodule-update.sh b/t/lib-submodule-update.sh >> index 61c54f2098..7c8c557572 100755 >> --- a/t/lib-submodule-update.sh >> +++ b/t/lib-submodule-update.sh >> @@ -4,6 +4,7 @@ >> # - Ne

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

2017-02-15 Thread Brandon Williams
On 02/14, Stefan Beller wrote: > diff --git a/t/lib-submodule-update.sh b/t/lib-submodule-update.sh > index 61c54f2098..7c8c557572 100755 > --- a/t/lib-submodule-update.sh > +++ b/t/lib-submodule-update.sh > @@ -4,6 +4,7 @@ > # - New submodule (no_submodule => add_sub1) > # - Removed submodule (a

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

2017-02-14 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