Re: bug: Directory replaced by submodule -> checkout fails

2019-10-18 Thread Christopher Collins
Hi Thomas, On Fri, Oct 18, 2019 at 02:02:29PM +0200, Thomas Braun wrote: > This is a known bug unfortunately. See > https://public-inbox.org/git/cagz79kyty6u0enwvu0pcdyt_qxgyygm5vkdvwltuqgqg6bb...@mail.gmail.com/ > for reference. Good to know. Thanks for the reference. Chris

Re: bug: Directory replaced by submodule -> checkout fails

2019-10-18 Thread Thomas Braun
Am 18.10.2019 um 01:07 schrieb Christopher Collins: Hi Christopher, > ### Reproduce:> > > git clone g...@github.com:JuulLabs-OSS/mcuboot.git > cd mcuboot > git submodule init > git submodule update > git checkout ae01f153b11637feaedbc9d9042172fba2e080c0 > > ### Discussion: > > In the above seq

bug: Directory replaced by submodule -> checkout fails

2019-10-17 Thread Christopher Collins
Hello all, ### Environment: $ git --version git version 2.21.0 ### Reproduce: git clone g...@github.com:JuulLabs-OSS/mcuboot.git cd mcuboot git submodule init git submodule update git checkout ae01f153b11637feaedbc9d9042172fba2e080c0 ### Discussion: In the above sequence, the last step (check