Re: [PATCHv3 09/13] submodule config: keep update strategy around

2015-09-22 Thread Stefan Beller
On Mon, Sep 21, 2015 at 5:56 PM, Eric Sunshine wrote: > On Mon, Sep 21, 2015 at 6:39 PM, Stefan Beller wrote: >> We need the submodule update strategies in a later patch. >> >> Signed-off-by: Stefan Beller >> --- >> diff --git a/submodule-config.c b/submodule-config.c >> @@ -326,6 +327,21 @@ sta

Re: [PATCHv3 09/13] submodule config: keep update strategy around

2015-09-21 Thread Eric Sunshine
On Mon, Sep 21, 2015 at 6:39 PM, Stefan Beller wrote: > We need the submodule update strategies in a later patch. > > Signed-off-by: Stefan Beller > --- > diff --git a/submodule-config.c b/submodule-config.c > @@ -326,6 +327,21 @@ static int parse_config(const char *var, const char > *value, voi

[PATCHv3 09/13] submodule config: keep update strategy around

2015-09-21 Thread Stefan Beller
We need the submodule update strategies in a later patch. Signed-off-by: Stefan Beller --- submodule-config.c | 16 submodule-config.h | 1 + 2 files changed, 17 insertions(+) diff --git a/submodule-config.c b/submodule-config.c index 393de53..0298a60 100644 --- a/submodule-co