author | Tay Ray Chuan <rctay89@gmail.com> | |
Fri, 21 Oct 2011 13:49:36 +0000 (21:49 +0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 21 Oct 2011 17:02:02 +0000 (10:02 -0700) | ||
commit | 9e76d4a8345b247395b902307407ba4eac737524 | |
tree | e410de6d7f1bcc5cbb139d911189dec082643e63 | tree | snapshot |
parent | 1e42258acd3787f7a817f4265da03c709d2e2aa1 | commit | diff |
submodule::module_clone(): silence die() message from module_name()
The die() message that may occur in module_name() is not really relevant
to the user when called from module_clone(); the latter handles the
"failure" (no submodule mapping) anyway.
Analysis of other callsites is left to future work.
Acked-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The die() message that may occur in module_name() is not really relevant
to the user when called from module_clone(); the latter handles the
"failure" (no submodule mapping) anyway.
Analysis of other callsites is left to future work.
Acked-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-submodule.sh | diff | blob | history |