Re: [PATCH 2/4] submodule.c: uninitialized submodules are ignored in recursive commands

2017-04-13 Thread Brandon Williams
On 04/13, Stefan Beller wrote: > On Thu, Apr 13, 2017 at 12:05 PM, Brandon Williams wrote: > > On 04/11, Stefan Beller wrote: > >> This was an oversight when working on the working tree modifying commands > >> recursing into submodules. > >> > >> To test for uninitialized submodules, introduce ano

Re: [PATCH 2/4] submodule.c: uninitialized submodules are ignored in recursive commands

2017-04-13 Thread Stefan Beller
On Thu, Apr 13, 2017 at 12:05 PM, Brandon Williams wrote: > On 04/11, Stefan Beller wrote: >> This was an oversight when working on the working tree modifying commands >> recursing into submodules. >> >> To test for uninitialized submodules, introduce another submodule, that is >> uninitialized in

Re: [PATCH 2/4] submodule.c: uninitialized submodules are ignored in recursive commands

2017-04-13 Thread Brandon Williams
On 04/11, Stefan Beller wrote: > This was an oversight when working on the working tree modifying commands > recursing into submodules. > > To test for uninitialized submodules, introduce another submodule, that is > uninitialized in the actual tests. By adding it to the branch "add_sub1", > which

[PATCH 2/4] submodule.c: uninitialized submodules are ignored in recursive commands

2017-04-11 Thread Stefan Beller
This was an oversight when working on the working tree modifying commands recursing into submodules. To test for uninitialized submodules, introduce another submodule, that is uninitialized in the actual tests. By adding it to the branch "add_sub1", which is the starting point of all other branche