I'm using git where I have a repo containing about 40 (!) submodule repos.
Whenever I do a git git push origin master
it's very slow on the remote: Processing changes
action.
Is there any way I can speed up the push? Gerrit is used as a backend but I'm overriding the HEAD:refs/for/master to short circuit the review mechanism.
PS. I know I have alot of sub repos and that might not be optimal, but that's how it is and the question isn't about this :-)