Open guoh27 opened 4 months ago
Sorry for the long delay, I was quite busy and found at last some time to work on this project again.
I can confirm this bug, as I have simply never used that syntax - always used git clone
followed by git submodule update --init
. And the --recursive
option is also not supported yet. I will add support for those flags soon.
Thanks a lot for this finding!
I've implemented support for those flags. Tests were successfull and I'm preparing the release right now.
When I run
git clone --recurse-submodules <repo>
, submodules not cached.