Re: [PATCHv5 0/5] submodule embedgitdirs

2016-12-07 Thread Stefan Beller
On Wed, Dec 7, 2016 at 3:34 PM, Junio C Hamano wrote: > Junio C Hamano writes: > >> Stefan Beller writes: >> >>> v5: >>> * Add another layer of abstraction, i.e. the relocate_git_dir is only about >>> moving a git dir of one repository. The submodule specific stuff (e.g. >>> recursion into n

Re: [PATCHv5 0/5] submodule embedgitdirs

2016-12-07 Thread Junio C Hamano
Junio C Hamano writes: > Stefan Beller writes: > >> v5: >> * Add another layer of abstraction, i.e. the relocate_git_dir is only about >> moving a git dir of one repository. The submodule specific stuff (e.g. >> recursion into nested submodules) is in submodule.{c,h} >> >> This was mot

Re: [PATCHv5 0/5] submodule embedgitdirs

2016-12-07 Thread Junio C Hamano
Stefan Beller writes: > v5: > * Add another layer of abstraction, i.e. the relocate_git_dir is only about > moving a git dir of one repository. The submodule specific stuff (e.g. > recursion into nested submodules) is in submodule.{c,h} > > This was motivated by reviews on the series of

[PATCHv5 0/5] submodule embedgitdirs

2016-12-07 Thread Stefan Beller
v5: * Add another layer of abstraction, i.e. the relocate_git_dir is only about moving a git dir of one repository. The submodule specific stuff (e.g. recursion into nested submodules) is in submodule.{c,h} This was motivated by reviews on the series of checkout aware of submodules buil