t5300: add test for "unpack-objects --strict"
commitc0e809e5c027443d6f77714a1c5f8c6233ca0a20
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Mar 2008 08:14:32 +0000 (5 00:14 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Mar 2008 18:53:11 +0000 (5 10:53 -0800)
treef777487c653689913afdd12b3bb7ec9466e05a37
parentb41860bf28a16ad6015eb0c55dc95602f1235640
t5300: add test for "unpack-objects --strict"

This adds test for unpacking deltified objects with --strict option.

 - unpacking full trees with --strict should pass;

 - unpacking only trees with --strict should be rejected due to
   missing blobs;

 - unpacking only trees with --strict into an existing
   repository with necessary blobs should succeed.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5300-pack-object.sh