Does git send entire lines in commits? -
Does git send entire lines in commits? -
i have binary file i'm forcing git view text file. when create change, entire line shown in diff.
if have line 100mb, , alter 1 byte, git smart plenty send 1 byte difference? or send entire 100mb line?
merges , diff of binary files pain git. suggest using binary-to-text-encoding scheme. if have time spare worth looking into.
git
Comments
Post a Comment