author | Sam Vilain <sam@vilain.net> | |
Fri, 14 Nov 2008 07:19:34 +0000 (20:19 +1300) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 28 Nov 2008 03:11:21 +0000 (19:11 -0800) | ||
commit | 35243577ab460d0b97b97948928d47f71dc8e46a | |
tree | e0438ebed6506debad7a9df55b7d10184aa4207f | tree | snapshot |
parent | 65117abc040d95ef9877c3b14a24f4bc6aeaf4cb | commit | diff |
sha1_file.c: resolve confusion EACCES vs EPERM
An earlier commit 916d081 (Nicer error messages in case saving an object
to db goes wrong, 2006-11-09) confused EACCES with EPERM, the latter of
which is an unlikely error from mkstemp().
Signed-off-by: Sam Vilain <sam@vilain.net>
An earlier commit 916d081 (Nicer error messages in case saving an object
to db goes wrong, 2006-11-09) confused EACCES with EPERM, the latter of
which is an unlikely error from mkstemp().
Signed-off-by: Sam Vilain <sam@vilain.net>
sha1_file.c | diff | blob | history |