1
0
mirror of https://github.com/git/git.git synced 2024-09-21 07:29:46 +02:00

Merge branch 'pc/submodule-helper'

A message fix.

* pc/submodule-helper:
  submodule--helper.c: i18n: add a missing space in message
This commit is contained in:
Junio C Hamano 2017-12-13 13:28:56 -08:00
commit 41a05ee3a6

View File

@ -623,7 +623,7 @@ static void status_submodule(const char *path, const struct object_id *ce_oid,
if (refs_head_ref(get_submodule_ref_store(path), if (refs_head_ref(get_submodule_ref_store(path),
handle_submodule_head_ref, &oid)) handle_submodule_head_ref, &oid))
die(_("could not resolve HEAD ref inside the" die(_("could not resolve HEAD ref inside the "
"submodule '%s'"), path); "submodule '%s'"), path);
print_status(flags, '+', path, &oid, displaypath); print_status(flags, '+', path, &oid, displaypath);