How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Avoid the massive end-to-end tax of default full history clones

calendar_today August 18, 2026 person Darwin Sanoy domain gitlab

It’s easy to think of git clone as a client-side operation, but the settings of this operation impact the server side and all networks in between. When you run a default full history clone, the server has to walk the entire history, build a pack file for it (that’s what “counting objects” is actually doing), and ship it over the wire. The client then unpacks all of it and checks out a full working tree.

open_in_new Read original post