mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 12:05:05 +08:00
2a2ec06ec1
Before this change we used the same datastructure for managing empty directories for both --create-empty-src-dirs in sync/copy/move and for the --delete-empty-src-dirs flag in move. These two uses are subtly incompatible and this change uses a separate datastructure for both uses. This makes it more accurate and easier to understand. |
||
---|---|---|
.. | ||
pipe_test.go | ||
pipe.go | ||
rc_test.go | ||
rc.go | ||
sync_test.go | ||
sync.go |