mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 04:47:51 +00:00
206550a246
Nodes in trees were always printed with a `+` in diff, regardless of whether or not a dir was added or removed. Let's use the mode we were passed in printDir(). Closes #3685
8 lines
236 B
Plaintext
8 lines
236 B
Plaintext
Bugfix: Fix the diff command
|
|
|
|
There was a bug in the `diff` command, it would always show files in a removed
|
|
directory as added. We've fixed that.
|
|
|
|
https://github.com/restic/restic/issues/3685
|
|
https://github.com/restic/restic/pull/3686
|