Re: [PATCH 3/7] submodule-config: keep labels around

2016-05-11 Thread Stefan Beller
+Heiko On Wed, May 11, 2016 at 2:28 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> On Tue, May 10, 2016 at 6:15 PM, Junio C Hamano wrote: >>> Stefan Beller writes: >>> @@ -199,6 +203,7 @@ static struct

Re: [PATCH 3/7] submodule-config: keep labels around

2016-05-11 Thread Junio C Hamano
Stefan Beller writes: > On Tue, May 10, 2016 at 6:15 PM, Junio C Hamano wrote: >> Stefan Beller writes: >> >>> @@ -199,6 +203,7 @@ static struct submodule >>> *lookup_or_create_by_name(struct submodule_cache *cache, >>>

Re: [PATCH 3/7] submodule-config: keep labels around

2016-05-11 Thread Stefan Beller
On Tue, May 10, 2016 at 6:15 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> @@ -199,6 +203,7 @@ static struct submodule *lookup_or_create_by_name(struct >> submodule_cache *cache, >> submodule->update_strategy.command = NULL; >>

Re: [PATCH 3/7] submodule-config: keep labels around

2016-05-10 Thread Junio C Hamano
Stefan Beller writes: > @@ -199,6 +203,7 @@ static struct submodule *lookup_or_create_by_name(struct > submodule_cache *cache, > submodule->update_strategy.command = NULL; > submodule->fetch_recurse = RECURSE_SUBMODULES_NONE; > submodule->ignore = NULL; > +

[PATCH 3/7] submodule-config: keep labels around

2016-05-10 Thread Stefan Beller
We need the submodule labels in a later patch. Signed-off-by: Stefan Beller --- submodule-config.c | 16 submodule-config.h | 2 ++ 2 files changed, 18 insertions(+) diff --git a/submodule-config.c b/submodule-config.c index b82d1fb..0cdb47e 100644 ---