On Thu, 6 Oct 2022 at 13:36, Michael S. Tsirkin <m...@redhat.com> wrote: > > The most commmon complaint about submodules is that > they don't follow when one switches branches in the > main repo. Enable recursing into submodules by default > to address that.
Just to check, because the git docs are a bit unclear to me, does this retain the existing behaviour that if a submodule isn't checked out at all then it remains not-checked-out ? (That is, we don't want to force developers to have checked out submodule sources for all the edk2 and other rom blob sources which aren't needed for day-to-day QEMU development.) thanks -- PMM