git-pack-redundant returns the most containing pack
From: Alex Riesen <hidden> Date: 2016-06-15 22:42:12
...which very confusing: "git-repack -a -d" leaves the repository with
exactly the same packs as before, by creating a super-pack, and then
happily removing it, because pack-redundant returns the newly created
pack!
So, even if it is logically correct, it's hardly useful in practice.