Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information