Hacker News new | ask | show | jobs
by joeyh 310 days ago
A common misconception. git has always used binary deltas for pack files. Consider that git tree objects are themselves not text files, and git needs efficiently store slightly modified versions of the same tree.
1 comments

so are pack files diffed byte-wise?