bloop icon indicating copy to clipboard operation
bloop copied to clipboard

Bloop will not clone submodules when cloning a new repo

Open yqs112358 opened this issue 7 months ago • 2 comments

Describe the bug When cloning a new repo, Bloop will not clone submodules, only the target repo itself, which may cause the code to be incomplete .

Expected behavior Execute git clone --recurse-submodules instead of simple git clone to get the content of all submodules in repo.

To Reproduce

  • Find any repo with submodules, such as https://github.com/Krafalski/git-submodule-test
  • Try to clone it in Bloop app
  • You will get a repo without the submodule content

Screenshots or output image

image

yqs112358 avatar Nov 13 '23 10:11 yqs112358

This is correct. We're working on this feature, and it should land in a Bloop release in the not too distant future!

rsdy avatar Nov 13 '23 10:11 rsdy

Okay. Looking forward to this new feature😘

yqs112358 avatar Nov 13 '23 10:11 yqs112358