close_sha1_file(): make it easier to diagnose errors
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 Mar 2009 19:31:36 +0000 (12:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Mar 2009 21:39:20 +0000 (14:39 -0700)
A bug report with "unable to write sha1 file" made us realize that we do
not have enough information to guess why close() is failing.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found