mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 02:14:42 +01:00
f7f4651828
Before this change, Bisync sometimes normalized NFD to NFC and sometimes did not, causing errors in some scenarios (particularly for users of macOS). It was similarly inconsistent in its handling of case-insensitivity. There were three main places where Bisync should have normalized, but didn't: 1. When building the list of files that need to be transferred during --resync 2. When building the list of deltas during a non-resync 3. When comparing Path1 to Path2 during --check-sync After this change, 1 and 3 are resolved, and bisync supports --no-unicode-normalization and --ignore-case-sync in the same way as sync. 2 will be addressed in a future update. |
||
---|---|---|
.. | ||
test_all_changed | ||
test_basic | ||
test_changes | ||
test_check_access | ||
test_check_access_filters | ||
test_check_filename | ||
test_check_sync | ||
test_createemptysrcdirs | ||
test_dry_run | ||
test_equal | ||
test_extended_char_paths | ||
test_extended_filenames | ||
test_filters | ||
test_filtersfile_checks | ||
test_ignorelistingchecksum | ||
test_max_delete_path1 | ||
test_max_delete_path2_force | ||
test_normalization | ||
test_rclone_args | ||
test_resync | ||
test_rmdirs | ||
test_volatile |