mirror of
https://github.com/restic/restic.git
synced 2025-10-29 11:59:33 +00:00
* polish changelogs * Additional changelog polishing * fix test failure * Correct changelog for recover command --------- Co-authored-by: Leo R. Lundgren <leo@finalresort.org>
9 lines
360 B
Plaintext
9 lines
360 B
Plaintext
Enhancement: Add `sort` option to `ls` command
|
|
|
|
The `ls -l` command output can now be sorted using the new `--sort <field>`
|
|
option for the fields `name`, `size`, `time` (same as `mtime`), `mtime`,
|
|
`atime`, `ctime` and `extension`. A `--reverse` option is also available.
|
|
|
|
https://github.com/restic/restic/issues/4179
|
|
https://github.com/restic/restic/pull/5182
|