currently in repo version 1.21 the repo sync command pulls in updates to a set
of git repositories. If any of these repositories contains a git submodule,
that submodule is not fetched and it is up to the user to remember to issue the
extra commands
repo forall -c git submodule init
repo forall -c git submodule update
It would be convenient if there was a switch added to the repo sync command
that would automatically update all git submodules in associated projects.
Original issue reported on code.google.com by g...@christoforo.net on 28 Jul 2014 at 4:36
Original issue reported on code.google.com by
g...@christoforo.net
on 28 Jul 2014 at 4:36