From: Alex Riesen <hidden> Date: 2016-06-15 22:43:11
skimo@liacs.nl, Fri, May 18, 2007 21:24:58 +0200:
+ if (err)
+ return error("failed to run git-checkout in submodule '%s'", path);
We may need an option to ignore these failures. Maybe even active by
default. Imagine a superproject with _optional_ submodules, where it
is just nice to know that some submodules weren't checked out. BTW,
doesn't git-checkout already prints an error?