Skip to content
  • Junio C Hamano's avatar
    Merge branch 'tr/die_errno' · dd787c19
    Junio C Hamano authored
    * 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()
    dd787c19