mirror of
https://github.com/octoleo/restic.git
synced 2025-01-25 16:18:34 +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