From: Linus Torvalds Date: Tue, 24 Mar 2009 19:31:36 +0000 (-0700) Subject: close_sha1_file(): make it easier to diagnose errors X-Git-Tag: v1.6.1.4~3^2~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e8bd78c3fcba35b8344ea6bab6218b793e507ea3?hp=e8bd78c3fcba35b8344ea6bab6218b793e507ea3 close_sha1_file(): make it easier to diagnose errors 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 ---