This. Unlike many other systems, compression in git has nothing to do with commit order or file types or really anything VCS related. The way delta chains work in git are ingenious and transparent.
The problem is that "binaries" are large amounts of data with high entropy.
Comments
This. Unlike many other systems, compression in git has nothing to do with commit order or file types or really anything VCS related. The way delta chains work in git are ingenious and transparent.
The problem is that "binaries" are large amounts of data with high entropy.