submodule::module_clone(): silence die() message from module_name()
commit9e76d4a8345b247395b902307407ba4eac737524
authorTay Ray Chuan <rctay89@gmail.com>
Fri, 21 Oct 2011 13:49:36 +0000 (21 21:49 +0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Oct 2011 17:02:02 +0000 (21 10:02 -0700)
treee410de6d7f1bcc5cbb139d911189dec082643e63
parent1e42258acd3787f7a817f4265da03c709d2e2aa1
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>
git-submodule.sh