Use the .gitmodules file (if present) to get the submodule dependencies. The current way of walking the submodules directory is neither efficient nor guaranteed to always work (after all an application may keep its submodules in a differently named directory).
Use the .gitmodules file (if present) to get the submodule dependencies. The current way of walking the
submodulesdirectory is neither efficient nor guaranteed to always work (after all an application may keep its submodules in a differently named directory).