Hacker News new | ask | show | jobs
by meatmanek 116 days ago
git stores files as objects, which are stored as full copies, unless those objects are stored in packfiles and are deltified, in which case they're stored as deltas. https://codewords.recurse.com/issues/three/unpacking-git-pac...
2 comments

Thank you for the insights.
... which, in the context that is being discussed, is unusual.