Y
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
masklinn
645 days ago
“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.
link