From: Pete Wyckoff Date: Mon, 30 Apr 2012 00:28:46 +0000 (-0400) Subject: remove blank filename in error message X-Git-Tag: v1.7.11-rc0~66^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5eaeda70de1e7763d070e8ccfbcd8ca10baea800?hp=5eaeda70de1e7763d070e8ccfbcd8ca10baea800 remove blank filename in error message When write_loose_object() finds that it is unable to create a temporary file, it complains, for instance: unable to create temporary sha1 filename : Too many open files That extra space was supposed to be the name of the file, and will be an empty string if the git_mkstemps_mode() fails. The name of the temporary file is unimportant; delete it. Signed-off-by: Pete Wyckoff Signed-off-by: Junio C Hamano ---