On Fri, Nov 23, 2007 at 01:17:15PM -0600, Paul Martinolich wrote:
It appears that git clone or git submodule init does not handle
submodules under submodules.
I don't see why it wouldn't work.
You seem to think, however, that git submodule update would
call git submodule update/init inside any submodules it clones.
It doesn't.
The cloning of proj_two works correctly. However, for proj_one, mod_b
is not under mod_B:
You didn't commit the change to mod_B to proj_one.
Furthermore, you didn't push your changes to mod_B to
the repo you specified for mod_B in .gitmodules.
skimo