Skip to content
Snippets Groups Projects
Commit 4e1d7bd3 authored by Karl Fogel's avatar Karl Fogel
Browse files

Display total redundancy instead of ratio

The "duplication ratio" we'd been displaying since commit ec6f720f
was misleading: one would expect it to be the ratio of redundant file
bytes to total file bytes in the tree, but actually it was the ratio
of redundant file bytes to total bytes of all files that are part of a
duplicate set.  The latter statistic is fairly useless, and while we
could calculate the former, that's a bigger change than I want to make
right now.  So let's just display the total redundant size, and if the
users want to calculate the ratio of that to total tree size, they can
do that themselves using 'du' or whatever.
parent ec6f720f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment