seeraven / gitcache

Local cache for git repositories to speed up working with large repositories and multiple clones.
BSD 3-Clause "New" or "Revised" License
40 stars 8 forks source link

git clone --recurse-submodules not cached submodules #50

Open guoh27 opened 4 months ago

guoh27 commented 4 months ago

When I run git clone --recurse-submodules <repo>, submodules not cached.

seeraven commented 4 days 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!

seeraven commented 2 days ago

I've implemented support for those flags. Tests were successfull and I'm preparing the release right now.

seeraven commented 2 days ago

Finally the release v1.0.20 is built and I'm happy to hear your feedback.