Re: [PATCH] submodule--helper.c: i18n: add a missing space in message

2017-11-25 Thread Junio C Hamano
Thanks.

Re: [PATCH] submodule--helper.c: i18n: add a missing space in message

2017-11-25 Thread Eric Sunshine
On Sat, Nov 25, 2017 at 2:55 PM, Jean-Noel Avila wrote: > The message spans over 2 lines but the C conconcatenation does not add s/conconcatenation/concatenation/ > the needed space between the two lines. > > Signed-off-by: Jean-Noel Avila > --- > diff --git

[PATCH] submodule--helper.c: i18n: add a missing space in message

2017-11-25 Thread Jean-Noel Avila
The message spans over 2 lines but the C conconcatenation does not add the needed space between the two lines. Signed-off-by: Jean-Noel Avila --- builtin/submodule--helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/submodule--helper.c

[PATCH] submodule--helper.c: i18n: add a missing space in message

2017-11-25 Thread Jean-Noel Avila
The message spans over 2 lines but the C conconcatenation does not add the needed space between the two lines. --- builtin/submodule--helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c index 2086f0eb0..a5c4a8a69