Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sort output files by input paths if --isolate is used
Consider the following command: fclones group --isolate /path3 /path2 /path1 In this case each file group will be first sorted internally the same way as the input paths. Then files within each subgroup are sorted lexicographically. Example: 49165422e775f631cca3b09124f8ee89, 6274 B (6.3 KB) * 7: /path3/A /path3/B /path3/C /path2/A /path2/AA /path1/A /path1/B
- Loading branch information