Re: [PATCH v2 4/6] index-pack: use streaming interface for collision test on large blobs
From: Junio C Hamano <hidden> Date: 2016-06-15 22:53:53
Nguyễn Thái Ngọc Duy [off-list ref] writes:
Signed-off-by: Nguyễn Thái Ngọc Duy <redacted>
---
the use of sha1_object_info() instead of has_sha1_file() is the cause
of 6/6 as it is called on non-existent objects too.
I think it is wrong to call object-info before knowing if it even exists.