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

2016-05-03 Thread Junio C Hamano
Nguyễn Thái Ngọc Duy writes: > Changes are in > > [01/41] usage.c: move format processing out of die_errno() > [02/41] usage.c: add warning_errno() and error_errno() > [12/41] builtin/update-index.c: prefer "err" to "errno" in > process_lstat_error > [17/41] compat/win32/syslog.c: use w

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

2016-05-03 Thread Eric Sunshine
On Tue, May 3, 2016 at 8:03 AM, Nguyễn Thái Ngọc Duy wrote: > Changes are in > > [01/41] usage.c: move format processing out of die_errno() > [02/41] usage.c: add warning_errno() and error_errno() > [12/41] builtin/update-index.c: prefer "err" to "errno" in > process_lstat_error > [17/41]

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

2016-05-03 Thread Nguyễn Thái Ngọc Duy
Changes are in [01/41] usage.c: move format processing out of die_errno() [02/41] usage.c: add warning_errno() and error_errno() [12/41] builtin/update-index.c: prefer "err" to "errno" in process_lstat_error [17/41] compat/win32/syslog.c: use warning_errno() [27/41] grep.c: use error_err