[RFC/PATCH 0/2] unpack-trees: handle lstat failures in verify_absent
From: Jonathan Nieder <hidden> Date: 2016-06-15 22:50:25
Here are two cases where we ignore the result from lstat in
unpack_trees. I think we rather shouldn't ignore it. Sane?
Jonathan Nieder (2):
unpack-trees: handle lstat failure for existing directory
unpack-trees: handle lstat failure for existing file
unpack-trees.c | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)