Signed-off-by: Junio C Hamano <junkio@cox.net>
@ -27,3 +27,14 @@ sed -ne '/unreachable /{
}
git-prune-packed $dryrun
redundant=$(git-pack-redundant --all)
if test "" != "$redundant"
then
if test "" = $dryrun
echo "$redundant" | xargs rm -f
else
echo rm -f "$redundant"
fi