зеркало из https://github.com/microsoft/git.git
submodule--helper.c: i18n: add a missing space in message
The message spans over 2 lines but the C concatenation does not add the needed space between the two lines. Signed-off-by: Jean-Noel Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
a9f8a37584
Коммит
ed5bdd5bab
|
@ -624,7 +624,7 @@ static void status_submodule(const char *path, const struct object_id *ce_oid,
|
|||
|
||||
if (refs_head_ref(get_submodule_ref_store(path),
|
||||
handle_submodule_head_ref, &oid))
|
||||
die(_("could not resolve HEAD ref inside the"
|
||||
die(_("could not resolve HEAD ref inside the "
|
||||
"submodule '%s'"), path);
|
||||
|
||||
print_status(flags, '+', path, &oid, displaypath);
|
||||
|
|
Загрузка…
Ссылка в новой задаче