From: Brandon Casey Date: Thu, 13 Nov 2008 20:11:46 +0000 (-0600) Subject: repack: only unpack-unreachable if we are deleting redundant packs X-Git-Tag: v1.6.0.5~8^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/83d0289df6fb4deae100ee3fc37b90683c2e8c9f?hp=83d0289df6fb4deae100ee3fc37b90683c2e8c9f repack: only unpack-unreachable if we are deleting redundant packs The -A option calls pack-objects with the --unpack-unreachable option so that the unreachable objects in local packs are left in the local object store loose. But if the -d option to repack was _not_ used, then these unpacked loose objects are redundant and unnecessary. Update tests in t7701. Signed-off-by: Brandon Casey Signed-off-by: Junio C Hamano ---