Hi there, Capistrano should be using the "--recursive" argument on "git submodule update" to update any nested submodules. I have a few scenarios where submodules contain other submodules (usually vendor code).
I can create a ticket on lighthouse and create the patch if need be. Documentation: http://www.kernel.org/pub/software/scm/git/docs/git-submodule.html Related lines of code: - http://github.com/capistrano/capistrano/blob/master/lib/capistrano/recipes/deploy/scm/git.rb#L155 - http://github.com/capistrano/capistrano/blob/master/lib/capistrano/recipes/deploy/scm/git.rb#L194 Kind Regards, -Mathew Davies. -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
