2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-02 00:50:48 +00:00
restic/changelog/0.12.1_2021-08-03/issue-3247

9 lines
339 B
Plaintext
Raw Normal View History

2021-08-02 21:49:16 +00:00
Change: Empty files now have size of 0 in `ls --json` output
2021-08-02 21:49:16 +00:00
The `ls --json` command used to omit the sizes of empty files in its
output. It now reports a size of zero explicitly for regular files,
while omitting the size field for all other types.
https://github.com/restic/restic/issues/3247
https://github.com/restic/restic/pull/3257