Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'pc/submodule-helper'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 13 Dec 2017 21:28:56 +0000
(13:28 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 13 Dec 2017 21:28:56 +0000
(13:28 -0800)
A message fix.
* pc/submodule-helper:
submodule--helper.c: i18n: add a missing space in message
builtin/submodule--helper.c
patch
|
blob
|
history
raw
(from parent 1:
e49ac11
)
diff --git
a/builtin/submodule--helper.c
b/builtin/submodule--helper.c
index 2086f0eb089b34bd38b2a4f47ae4b710b7cb0ba1..a5c4a8a6941d46c78e4dc58d0df47532f0bb2b45 100644
(file)
--- 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);