next #44
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/mfer#44
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "next"
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?
getting rid of next branch
- pathIsHidden(".") was returning true, causing freshen to skip entire directory tree when dotfiles excluded - Banner now prints directly to stdout to avoid log prefix artifactspath.Clean(".") returns "." which starts with a dot, causing IsHiddenPath to incorrectly treat the current directory as hidden. Add explicit checks for "." and "/" before the dot-prefix check. Fixed in both mfer/scanner.go and internal/scanner/scanner.go.@clawbot pls fix merge issues.
acbdf3a376to43916c7746Checkout
From your project repository, check out a new branch and test the changes.