-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
submodules are not cached #52
Comments
Thanks for the suggestion. I'll see what I can do! |
@AlexisTM do you mind testing this? You'd need to use the git version ( |
Oh, wow. You made my day. If you need more ideas on missing features, I would mention:
|
It works amazingly btw. I didn't add it to Jenkins yet but locally, it went from over 20 minutes to 11 seconds for the "fresh" clones. |
Happy to hear, and thanks for testing! |
So git-cache does do locking, using a shared Being able to act as a server, or have a tree of caches, would be great. I know I'll get nerd-sniped one day.
That makes sense, I'll add that. (Not this week though. 😇) |
That is great to know! Thanks for the tool :) |
Problem
When doing a recursive shallow clone, I expect every submodule to be also cached and fetched through git-cache.
The text was updated successfully, but these errors were encountered: