You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
If you have two file Tree and call
auto diff = tree0.createDiff(tree1);
iftree0
has a folder calledfoo
andtree1
has had that folder removed and a file added calledfoo
the resulting diff will not contain info about the file.The text was updated successfully, but these errors were encountered: