mirror of
https://github.com/rclone/rclone.git
synced 2026-09-14 07:14:20 -04:00
Allow --order-by to rank files using comma-separated rclone path globs. Patterns are evaluated in order, unmatched files are placed last, and path ordering makes ties deterministic. Fixes #3975