From: Junio C Hamano Date: Sat, 11 Mar 2006 06:05:47 +0000 (-0800) Subject: repack: prune loose objects when -d is given X-Git-Tag: v1.3.0-rc1~13^2~5 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=2d0048e681dafa8f48593088fb6c2630c3186c96;p=git.git 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 --- diff --git a/git-repack.sh b/git-repack.sh index 3d6fec1c..bc901126 100755 --- a/git-repack.sh +++ b/git-repack.sh @@ -75,6 +75,7 @@ then done ) fi + git-prune-packed fi case "$no_update_info" in