Merge branch 'tr/die_errno'
authorJunio C Hamano <gitster@pobox.com>
Mon, 6 Jul 2009 16:39:46 +0000 (09:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jul 2009 16:39:46 +0000 (09:39 -0700)
* tr/die_errno:
Use die_errno() instead of die() when checking syscalls
Convert existing die(..., strerror(errno)) to die_errno()
die_errno(): double % in strerror() output just in case
Introduce die_errno() that appends strerror(errno) to die()

No differences found