Hacker News new | ask | show | jobs
by glandium 645 days ago
It actually does. Until you run git gc or it runs automatically, and your blobs are packed.
1 comments

“Objects” rather than “blobs”, in git “blobs” means specifically file contents (/ unstructured as technically you can use blobs for arbitrary storage) but all objects can be delta’d during packing.