commit | c0e809e5c027443d6f77714a1c5f8c6233ca0a20 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed Mar 05 00:14:32 2008 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Mar 05 10:53:11 2008 -0800 |
tree | f777487c653689913afdd12b3bb7ec9466e05a37 | |
parent | b41860bf28a16ad6015eb0c55dc95602f1235640 [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>