▲ | joeyh 5 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. | ||
▲ | afiori 3 days ago | parent [-] | |
so are pack files diffed byte-wise? |