Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-submodule: remove extraneous space from error message
author
Alex Henrie
<alexhenrie24@gmail.com>
Thu, 27 Aug 2015 04:26:19 +0000
(22:26 -0600)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 28 Aug 2015 18:57:24 +0000
(11:57 -0700)
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Acked-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-submodule.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
6cb5728
)
diff --git
a/git-submodule.sh
b/git-submodule.sh
index c87515de10037a280dfed3b4751f8f60c4bcbea3..87d7ecff392139186dfae7586b3a88275a85f8fd 100755
(executable)
--- a/
git-submodule.sh
+++ b/
git-submodule.sh
@@
-862,7
+862,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
;;