Resuming clones
Resuming clones
Posted Feb 12, 2026 2:14 UTC (Thu) by Nahor (subscriber, #51583)In reply to: Resuming clones by jengelh
Parent article: Evolving Git for the next decade
sooo... what you're saying, is that the clone operation does not support resuming, right? That if you want to be able to do that, you have to do it yourself instead.
But even when trying to do it manually, can you resume a fetch operation? *Lots* of *big* stuff can happen between two tags, making each tag very heavy to download.
And how do you get the list of tags in the first place when you don't have the repo on your drive yet?
And what of repos with tons of tags (see the whole "reftables" section in the article)? Creating a new connection to the git server for each tag will likely cost you more than trying to clone from scratch.
