Re: Recommendations for updating error() to error_errno()

2018-10-17 Thread Jeff King
On Wed, Oct 17, 2018 at 11:58:15AM +0800, 牛旭 wrote: > Our team works on enhance logging practices by learning from historical log  > revisions in evolution. > And we find three patches that update error(..., strerror(errmp)) to > error_errno(...). > > While applying this rule to git-2.14.2, we f

Recommendations for updating error() to error_errno()

2018-10-16 Thread 牛旭
Hi, Our team works on enhance logging practices by learning from historical log  revisions in evolution. And we find three patches that update error(..., strerror(errmp)) to error_errno(...). While applying this rule to git-2.14.2, we find 9 missed spot in file refs/files-backend.c, 1 in apply.c