Browse Source

repack: prune loose objects when -d is given

[jc: the request originally came from Martin Atukunda, which was
 improved further by Alex Riesen]

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 19 years ago
parent
commit
2d0048e681
  1. 1
      git-repack.sh

1
git-repack.sh

@ -75,6 +75,7 @@ then @@ -75,6 +75,7 @@ then
done
)
fi
git-prune-packed
fi

case "$no_update_info" in

Loading…
Cancel
Save