Patrick Steinhardt wrote: > In the case where git-receive-pack(1) receives only commands which > delete references, then per technical specification the client MUST NOT > send a packfile. As a result, we know that no new objects have been > received, which makes it a moot point to check whether all received > objects are fully connected. I don't know if this is related but yesterday I decided to delete a bunch of refs from a forked repo in GitHub. I did it naively with a for loop and so it was doing a bunch of `git push myrepo :ref`. It was unbearably slow. Sure, it was a stupid thing to do, but maybe it can help you do some tests. Cheers. -- Felipe Contreras