зеркало из https://github.com/microsoft/git.git
Merge branch 'ah/submodule-typofix-in-error'
Error string fix. * ah/submodule-typofix-in-error: git-submodule: remove extraneous space from error message
This commit is contained in:
Коммит
2953140a65
|
@ -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
|
||||
;;
|
||||
|
|
Загрузка…
Ссылка в новой задаче