author | Junio C Hamano <gitster@pobox.com> | |
Wed, 5 Mar 2008 08:14:32 +0000 (00:14 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 5 Mar 2008 18:53:11 +0000 (10:53 -0800) | ||
commit | c0e809e5c027443d6f77714a1c5f8c6233ca0a20 | |
tree | f777487c653689913afdd12b3bb7ec9466e05a37 | tree | snapshot |
parent | b41860bf28a16ad6015eb0c55dc95602f1235640 | commit | diff |
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>
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 | diff | blob | history |