From: Junio C Hamano Date: Mon, 6 Jul 2009 16:39:46 +0000 (-0700) Subject: Merge branch 'tr/die_errno' X-Git-Tag: v1.6.4-rc0~12 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dd787c19c4f011cc3adb422ef856f2c58d989640;p=git.git Merge branch 'tr/die_errno' * 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() --- dd787c19c4f011cc3adb422ef856f2c58d989640