mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #188] [MERGED] fix: hidden don't works on some files #510
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/sigoden/dufs/pull/188
Author: @sigoden
Created: 3/3/2023
Status: ✅ Merged
Merged: 3/3/2023
Merged by: @sigoden
Base:
main← Head:fix-hidden📝 Commits (1)
65633e9fix: hidden don't works on some files📊 Changes
4 files changed (+23 additions, -47 deletions)
View changed files
📝
Cargo.lock(+7 -0)📝
Cargo.toml(+1 -0)📝
README.md(+5 -8)📝
src/utils.rs(+10 -39)📄 Description
like --hidden '*.abc-cba' matches xyz.abc-cba but do not matches 123.xyz.abc-cba
close #187
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.