Re: Bug: submodules of submodules use absolute gitdir in .git file (instead of relative)

2017-06-28 Thread Robert Siemer
Hamano Cc: Siemer Robert CSNPE; git@vger.kernel.org Subject: Re: Bug: submodules of submodules use absolute gitdir in .git file (instead of relative) On Tue, Jun 27, 2017 at 8:06 AM, Junio C Hamano wrote: > Robert Siemer writes: > >> Hello everyone, >> >> $ git su

Bug: submodules of submodules use absolute gitdir in .git file (instead of relative)

2017-06-27 Thread Robert Siemer
Hello everyone, $ git submodule foreach cat .git ...shows that the gitdir registered in the .git file of submodules is relative. But if you run $ git submodule foreach --recursive cat .git ...shows that submodules of submodules (if you have any) have an absolute gitdir starting with a slash