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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -