summaryrefslogtreecommitdiffstats
tag namev2.19.2 (4ee44f2fe70880a58535108d363fbea9447afde6)
tag date2023-02-23 07:57:58 +0100
tagged bySebastian Thiel <sebastian.thiel@icloud.com>
tagged objectcommit aa08b8100a...
### Bug Fixes
- `-x` is applied to traversal as well. Previously `dua` would cross filesystems for traversal and simply not yield them, which somewhat defeated the purpose. Now it will avoid traversing into filesystem entries that are on a different filesystem, which should improve its performance visibly whenever multiple filesystems are involved. ### Other - don't recurse on cross-device filesystems Like it says in the title. Right now, if you pass `-x`, dua doesn't count files on other devices, but it still enumerates them. However, a good reason to use `-x` is if you have network mounts that are slow, so this fixes that. ### Commit Statistics - 3 commits contributed to the release. - 17 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages ### Commit Details * **Uncategorized** - `-x` is applied to traversal as well. (31dacad) - refactor (dbc9845) - don't recurse on cross-device filesystems (fe956ca)