I have a binary file that I'm forcing git to view as a text file. When I make a change, the entire line is shown in the diff.
If I have a line that is 100mb, and I change 1 byte, is git smart enough to only send the 1 byte difference? Or will it send the entire 100mb line?