On Thu, Feb 20, 2020 at 07:10:27PM -0800, Emily Shaffer wrote: > Previously, performing "git clone --recurse-submodules --single-branch" > resulted in submodules cloning all branches even though the superproject > cloned only one branch. Pipe --single-branch through the submodule > helper framework to make it to 'clone' later on. This looks good to me, with the exception of the open question I had earlier about testing the case where the needed commit isn't covered by the single branch. -Peff