Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fsck: fix broken loose object check.
When "git fsck" without --full found a loose object missing because it was broken, it mistakenly thought it was not parsed because we found it in one of the packs. Back when this code was written, we did not have a way to explicitly check if we have the object in pack, but we do now. Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information