Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ah/submodule-typofix-in-error' into maint
author
Junio C Hamano
<gitster@pobox.com>
Thu, 17 Sep 2015 19:11:06 +0000
(12:11 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 17 Sep 2015 19:11:08 +0000
(12:11 -0700)
Error string fix.
* ah/submodule-typofix-in-error:
git-submodule: remove extraneous space from error message
git-submodule.sh
patch
|
blob
|
history
raw
(from parent 1:
02dad26
)
diff --git
a/git-submodule.sh
b/git-submodule.sh
index 36797c3c00f4890cfb6f176f298e050da7eb5a34..25b1ddf2520800af4f78f1b7b72be2e271dfd8e2 100755
(executable)
--- a/
git-submodule.sh
+++ b/
git-submodule.sh
@@
-904,7
+904,7
@@
Maybe you want to use 'update --init'?")"
;;
!*)
command="${update_module#!}"
- die_msg="$(eval_gettext "Execution of '\$command \$sha1' failed in submodule
path '\$prefix\$sm_path'")"
+ die_msg="$(eval_gettext "Execution of '\$command \$sha1' failed in submodule path '\$prefix\$sm_path'")"
say_msg="$(eval_gettext "Submodule path '\$prefix\$sm_path': '\$command \$sha1'")"
must_die_on_failure=yes
;;