Skip to content

Commit

Permalink
repack: prune loose objects when -d is given
Browse files Browse the repository at this point in the history
[jc: the request originally came from Martin Atukunda, which was
 improved further by Alex Riesen]

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Mar 11, 2006
1 parent f3219fb commit 2d0048e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-repack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ then
done
)
fi
git-prune-packed
fi

case "$no_update_info" in
Expand Down

0 comments on commit 2d0048e

Please sign in to comment.