From: Junio C Hamano Date: Thu, 28 Oct 2010 18:13:06 +0000 (-0700) Subject: A loose object is not corrupt if it cannot be read due to EMFILE X-Git-Tag: v1.7.4-rc0~104^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3ba7a065527a27f45659398e882feaa1165cbb4c?ds=sidebyside;hp=3ba7a065527a27f45659398e882feaa1165cbb4c A loose object is not corrupt if it cannot be read due to EMFILE "git fsck" bails out with a claim that a loose object that cannot be read but exists on the filesystem to be corrupt, which is wrong when read_object() failed due to e.g. EMFILE. Signed-off-by: Junio C Hamano ---