Re: [RFC_PATCHv4 3/7] submodule-config: add method to check for being labeled

2016-03-23 Thread Stefan Beller
On Tue, Mar 22, 2016 at 3:30 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> In later patches we need to tell if a submodule is labeled by >> the given labels. >> >> Signed-off-by: Stefan Beller >> --- > > Hmph, I would have expected that something like this would touch the > module_list(

Re: [RFC_PATCHv4 3/7] submodule-config: add method to check for being labeled

2016-03-22 Thread Junio C Hamano
Stefan Beller writes: > In later patches we need to tell if a submodule is labeled by > the given labels. > > Signed-off-by: Stefan Beller > --- Hmph, I would have expected that something like this would touch the module_list() implementation. Probably that would happen in future steps, I gues

[RFC_PATCHv4 3/7] submodule-config: add method to check for being labeled

2016-03-21 Thread Stefan Beller
In later patches we need to tell if a submodule is labeled by the given labels. Signed-off-by: Stefan Beller --- submodule-config.c | 48 submodule-config.h | 3 +++ 2 files changed, 51 insertions(+) diff --git a/submodule-config.c b/submodule-c