cginternals/cppfs

Diff not handle folders been relplace by files with same name

AtomicNibble opened this issue · 0 comments

If you have two file Tree and call auto diff = tree0.createDiff(tree1); if tree0 has a folder called foo and tree1 has had that folder removed and a file added called foo the resulting diff will not contain info about the file.