diff options
author | Pete Wyckoff <pw@padd.com> | 2012-04-29 20:28:46 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-04-30 15:45:54 -0700 |
commit | 5eaeda70de1e7763d070e8ccfbcd8ca10baea800 (patch) | |
tree | f962f7da1de0264304d1b98536a62f31d3844e0f /git-p4.py | |
parent | remove superfluous newlines in error messages (diff) | |
download | tgif-5eaeda70de1e7763d070e8ccfbcd8ca10baea800.tar.xz |
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 <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-p4.py')
0 files changed, 0 insertions, 0 deletions