summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-12-13 21:28:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-12-13 21:28:56 (GMT)
commit41a05ee3a67b08991b48309aa30b249febe9d6dc (patch)
tree9f54fd7fb26939e066cd56209a7b0cc0aaca9819 /builtin
parente49ac110897cc00d74703d942000e1dcb70e8c1b (diff)
parented5bdd5babef1dae64ecc2de00480098df115ce4 (diff)
downloadgit-41a05ee3a67b08991b48309aa30b249febe9d6dc.zip
git-41a05ee3a67b08991b48309aa30b249febe9d6dc.tar.gz
git-41a05ee3a67b08991b48309aa30b249febe9d6dc.tar.bz2
Merge branch 'pc/submodule-helper'
A message fix. * pc/submodule-helper: submodule--helper.c: i18n: add a missing space in message
Diffstat (limited to 'builtin')
-rw-r--r--builtin/submodule--helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c
index 2086f0e..a5c4a8a 100644
--- a/builtin/submodule--helper.c
+++ b/builtin/submodule--helper.c
@@ -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),
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);