t5550: repack everything into one file
authorClemens Buchacher <drizzd@aon.at>
Wed, 4 Jan 2012 15:55:34 +0000 (16:55 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Jan 2012 18:04:59 +0000 (10:04 -0800)
Subsequently we assume that there is only one pack. Currently this is
true only by accident. Pass '-a -d' to repack in order to guarantee that
assumption to hold true.

The prune-packed command is now redundant since repack -d already calls
it.

Signed-off-by: Clemens Buchacher <drizzd@aon.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found