Re: [PATCH 5/6] submodule update: add super-reference flag

2016-08-06 Thread Stefan Beller
On Fri, Aug 5, 2016 at 2:16 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> Signed-off-by: Stefan Beller >> --- > > That's a bit sketchy description. From the title, I expected that > we would see one additional 'unsigned super_reference : 1;' field in > some structure, but that is not w

Re: [PATCH 5/6] submodule update: add super-reference flag

2016-08-05 Thread Junio C Hamano
Stefan Beller writes: > Signed-off-by: Stefan Beller > --- That's a bit sketchy description. From the title, I expected that we would see one additional 'unsigned super_reference : 1;' field in some structure, but that is not what is happening. The log message needs to describe what these str

[PATCH 5/6] submodule update: add super-reference flag

2016-08-04 Thread Stefan Beller
Signed-off-by: Stefan Beller --- builtin/submodule--helper.c | 14 +- git-submodule.sh| 10 ++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c index b6f297b..707f201 100644 --- a/builtin/submo