When git does a commit it rewrites binary files with something similar to rewrite foobar.bin (76%)
. What is that %? Is it percent changed or percent retained from the older file. I know that git uses a binary delta for files, but I just don't know how much of a rewrite the % represents and it doesn't seem to be in the help page for git help commit
.
Thanks!