Re: [PATCHv8 5/9] submodule-config: introduce parse_generic_submodule_config

2016-02-05 Thread Stefan Beller
On Fri, Feb 5, 2016 at 5:23 PM, Jonathan Nieder wrote: > Hi, > > Stefan Beller wrote: > >> This rewrites parse_config to distinguish between configs specific to >> one submodule and configs which apply generically to all submodules. >> We do not have generic submodule configs yet, but the next pat

Re: [PATCHv8 5/9] submodule-config: introduce parse_generic_submodule_config

2016-02-05 Thread Jonathan Nieder
Hi, Stefan Beller wrote: > This rewrites parse_config to distinguish between configs specific to > one submodule and configs which apply generically to all submodules. > We do not have generic submodule configs yet, but the next patch will > introduce "submodule.fetchJobs". Does this mean that o

[PATCHv8 5/9] submodule-config: introduce parse_generic_submodule_config

2016-02-04 Thread Stefan Beller
This rewrites parse_config to distinguish between configs specific to one submodule and configs which apply generically to all submodules. We do not have generic submodule configs yet, but the next patch will introduce "submodule.fetchJobs". Signed-off-by: Stefan Beller --- submodule-config.c |