Re: Error fetching submodule from submodule

2019-03-08 Thread Jesper Rønn-Jensen
Thanks Jeff You are completely right! It works as I expect if I remember the extra parameter `--recursive` when doing `git submodule update --init --recursive` Thanks a lot for your feedback! This is really useful! I learned a useful thing today :) /Jesper On Thu, Mar 7, 2019 at 7:08 PM Jeff Ki

Re: Error fetching submodule from submodule

2019-03-07 Thread Jeff King
On Thu, Mar 07, 2019 at 12:07:21PM +0100, Jesper Rønn-Jensen wrote: > Hi I think I may have found an error in the way git handles a > submodule's submodule. Read further for the example (extracted from a > real project). First off, thank you for the example script. It made understanding what's go

Error fetching submodule from submodule

2019-03-07 Thread Jesper Rønn-Jensen
Hi I think I may have found an error in the way git handles a submodule's submodule. Read further for the example (extracted from a real project). * I have a main repository which has some submodules defined. * One of the submodules is a common submodule which is also included in one of the other