mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #518] [MERGED] Fix multi-paths output when depth is 0
#524
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bootandy/dust/pull/518
Author: @Coekjan
Created: 7/11/2025
Status: ✅ Merged
Merged: 7/29/2025
Merged by: @bootandy
Base:
master← Head:fix-depth0-multi-paths📝 Commits (1)
9cdb7c3Fix multi-paths output whendepthis0📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
src/filter.rs(+2 -1)📄 Description
Today I met a small bug introduced at
74ffd78901. When I rundust -d0 -c -B path1 path2 ..., the previous released version prints something like:Current latest version turns to display something like (only total, no other lines):
The bug comes from
74ffd78901, which seems to accidently remove the line:and let the program fall to
and finally lead to regression.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.