Hacker News new | ask | show | jobs
by brepl 3296 days ago
> a diff-friendly format ... it's easy for patches to update the database without exploding the git repo size due to giant binary diffs

Interesting - I understood that Git stores whole files, not diffs, so I'm surprised this is a significant feature.

1 comments

I'm pretty sure git stores diffs not just whole files everytime.