Re: [PATCH 00/41] Add and use error_errno() and warning_errno()

2016-05-01 Thread Duy Nguyen
On Sun, May 01, 2016 at 06:14:16PM +0700, Nguyễn Thái Ngọc Duy wrote: > This is a spinoff from my worktree-move topic. This series adds > die_errno() companions, error_errno() and warning_errno(), and use them > where applicable to reduce the amount of typing (in future). I had this patch in the s

[PATCH 00/41] Add and use error_errno() and warning_errno()

2016-05-01 Thread Nguyễn Thái Ngọc Duy
This is a spinoff from my worktree-move topic. This series adds die_errno() companions, error_errno() and warning_errno(), and use them where applicable to reduce the amount of typing (in future). Changes are split by file (which explains the huge number of patches). I leave builtin/apply.c and ref