Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> Git repositories also typically don't store full copies of all versions of a file that have ever existed either; they're incremental

This is wrong. Git does store full copies.

 help



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...



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: