Code

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)
commit1327d83954bcf755094995b63317b23986c550f2
tree1d518233f65a73c5b865f77ef4c18705ffa6f00a
parent6ea938542610f4c7b978a2d8bac00fade72ce9f1
t5550: repack everything into one file

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>
t/t5550-http-fetch.sh