Re: [RFC PATCH v3 0/4] implement fetching of moved submodules

2017-10-06 Thread Junio C Hamano
Heiko Voigt writes: > So the thing here is: If we want to make sure that we stay backwards > compatible by supporting the setup with gitlinks without configuration. > Then we also should keep tests around that have the plain manual setup > without .gitmodules files. Just something, I think, we sh

Re: [RFC PATCH v3 0/4] implement fetching of moved submodules

2017-10-06 Thread Stefan Beller
On Fri, Oct 6, 2017 at 3:25 PM, Heiko Voigt wrote: > The last iteration can be found here: > > https://public-inbox.org/git/20170817105349.gc52...@book.hvoigt.net/ > > This is mainly a status update and to let people know that I am still > working on this. Cool. :) > I struggled quite a bit with

[RFC PATCH v3 0/4] implement fetching of moved submodules

2017-10-06 Thread Heiko Voigt
The last iteration can be found here: https://public-inbox.org/git/20170817105349.gc52...@book.hvoigt.net/ This is mainly a status update and to let people know that I am still working on this. I struggled quite a bit with reviving my original test for the path based recursive fetch (first patch