Junio C Hamano [off-list ref] writes:
Johannes Sixt [off-list ref] writes:
...
quoted
But notice that we now underestimated the size of loose objects more than
we did previously because we now round down individual sizes; previously
we rounded down only the total size.
Ah, you are right.
Perhaps we should fix this by making the helper stat_to_on_disk_bytes(),
so that on platform with st_blocks counted in 512-byte blocks we multiply
it by 512?
I've done this myself and will queue the result.