[PR #160] [MERGED] Change size of softlinks to 0 #333

Closed
opened 2026-06-08 11:27:15 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/160
Author: @bootandy
Created: 7/15/2021
Status: Merged
Merged: 7/16/2021
Merged by: @bootandy

Base: masterHead: fix_soft_links


📝 Commits (5)

  • b7091e6 Change size of softlinks to 0
  • 2f9d0d8 Revert "README: Remove -x option"
  • e9cf522 Feature: Re-introduce -x flag to limit filesystem
  • 0d48963 Refactor: Compress arguemnts to one object
  • f27ad6b Rename file: dirwalker -> dir_walker

📊 Changes

5 files changed (+94 additions, -52 deletions)

View changed files

📝 README.md (+2 -1)
📝 src/dir_walker.rs (+40 -44)
📝 src/main.rs (+24 -6)
📝 src/node.rs (+9 -1)
📝 src/utils.rs (+19 -0)

📄 Description

Instead of the size of what they point at


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bootandy/dust/pull/160 **Author:** [@bootandy](https://github.com/bootandy) **Created:** 7/15/2021 **Status:** ✅ Merged **Merged:** 7/16/2021 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `fix_soft_links` --- ### 📝 Commits (5) - [`b7091e6`](https://github.com/bootandy/dust/commit/b7091e61c9227e2643c91ca8ff010b328e1ad0d5) Change size of softlinks to 0 - [`2f9d0d8`](https://github.com/bootandy/dust/commit/2f9d0d8d1e7e2b58623760b940fd7041f010edab) Revert "README: Remove -x option" - [`e9cf522`](https://github.com/bootandy/dust/commit/e9cf52265598b6446ab363b26565ce0f8aba5e4c) Feature: Re-introduce -x flag to limit filesystem - [`0d48963`](https://github.com/bootandy/dust/commit/0d48963aa86d83cae36fa003781abba38f46b2db) Refactor: Compress arguemnts to one object - [`f27ad6b`](https://github.com/bootandy/dust/commit/f27ad6b8d773849f29cbae226b3c1733fec5fe29) Rename file: dirwalker -> dir_walker ### 📊 Changes **5 files changed** (+94 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -1) 📝 `src/dir_walker.rs` (+40 -44) 📝 `src/main.rs` (+24 -6) 📝 `src/node.rs` (+9 -1) 📝 `src/utils.rs` (+19 -0) </details> ### 📄 Description Instead of the size of what they point at --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:27:15 +03:00
zhus closed this issue 2026-06-08 11:27:16 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#333