Re: [Fix v1] builtin/ls-files.c: add error check on lstat for modified files

2019-04-01 Thread Junio C Hamano
randall.s.bec...@rogers.com writes: > From: "Randall S. Becker" > > The result from lstat, checking whether a file has been deleted, is now > included priot to calling id_modified when showing modified files. Prior s/priot/prior/ > to this fix, it is possible that files that were deleted could

RE: [Fix v1] builtin/ls-files.c: add error check on lstat for modified files

2019-02-17 Thread Randall S. Becker
On February 17, 2019 12:05, Ramsay Jones wrote: > On 17/02/2019 16:34, randall.s.bec...@rogers.com wrote: > > From: "Randall S. Becker" > > > > The result from lstat, checking whether a file has been deleted, is > > now included priot to calling id_modified when showing modified files. > > Prior >

Re: [Fix v1] builtin/ls-files.c: add error check on lstat for modified files

2019-02-17 Thread Ramsay Jones
On 17/02/2019 16:34, randall.s.bec...@rogers.com wrote: > From: "Randall S. Becker" > > The result from lstat, checking whether a file has been deleted, is now > included priot to calling id_modified when showing modified files. Prior s/priot/prior/; s/id_modified/ie_modified/ > to this fix,