Re: Improve initial setup of submodules

2016-05-13 Thread Stefan Beller
+cc Heiko and Jens as they are submodule experts. On Fri, May 13, 2016 at 10:32 AM, Jonas Bernoulli wrote: > Hello, > > Currently "git submodule update" appears to be optimized for updating > existing submodules - which isn't surprising given its name. However it > is also used for the "initial

Improve initial setup of submodules

2016-05-13 Thread Jonas Bernoulli
Hello, Currently "git submodule update" appears to be optimized for updating existing submodules - which isn't surprising given its name. However it is also used for the "initial setup" of submodules, i.e. right after running "git submodule init" or with the "--init" argument. Below you find a l