TortoiseDiffCleaner deletes duplicate files in the patch and that's great!
But, it also deletes the files with same names but in different paths.
e.g.
In a patch, there are 3 pom.xml
Before applying TortoiseDiffCleaner:
- folder1->pom.xml
- folder2->pom.xml
- folder3->pom.xml
After applying TortoiseDiffCleaner:
the patch only shows first folder1->pom.xml and not the remaining pom.xml
Please fix.