Hacker News new | ask | show | jobs
by tynorf 977 days ago
The objects directory stores every file (and tree, commit, etc). Pack files are an optimization storing diffs.
1 comments

Which is such a genius implementation. You get the straightforward implementation of using plain files (e.g. not deltas), while also being able to get the storage boost from storing deltas.