Unpacking Git Packfiles

Aditya Mukerjee (via Hacker News): I’ll count packfiles as the third strategy that Git uses to reduce disk space usage, even though packfiles were really created to reduce network usage (and increase network performance). It’s helpful to keep this in mind because the design of Git’s packfiles were informed by the goal of making network … Continue reading Unpacking Git Packfiles