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

2016-01-25 Thread Stefan Beller
On Sun, Jan 24, 2016 at 10:06 AM, Sebastian Schuberth wrote: > On Sat, Jan 23, 2016 at 1:31 AM, Stefan Beller wrote: > >> We need the submodule groups in a later patch. > > The commit message should now say "labels", too, I guess. Sure, thanks for catching! > > -- > Sebastian Schuberth -- To un

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

2016-01-24 Thread Sebastian Schuberth
On Sat, Jan 23, 2016 at 1:31 AM, Stefan Beller wrote: > We need the submodule groups in a later patch. The commit message should now say "labels", too, I guess. -- Sebastian Schuberth -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.k

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

2016-01-22 Thread Stefan Beller
We need the submodule groups in a later patch. Signed-off-by: Stefan Beller --- submodule-config.c | 15 +++ submodule-config.h | 2 ++ 2 files changed, 17 insertions(+) diff --git a/submodule-config.c b/submodule-config.c index a32259e..245a0f6 100644 --- a/submodule-config.c +++