Re: [PATCH v4 4/9] submodule: move global changed_submodule_names into fetch submodule struct

2018-09-26 Thread Junio C Hamano
Stefan Beller writes: > The `changed_submodule_names` are only used for fetching, so let's make it > part of the struct that is passed around for fetching submodules. > > Signed-off-by: Stefan Beller > --- > submodule.c | 42 +++--- > 1 file changed, 23

[PATCH v4 4/9] submodule: move global changed_submodule_names into fetch submodule struct

2018-09-25 Thread Stefan Beller
The `changed_submodule_names` are only used for fetching, so let's make it part of the struct that is passed around for fetching submodules. Signed-off-by: Stefan Beller --- submodule.c | 42 +++--- 1 file changed, 23 insertions(+), 19 deletions(-) diff