Make remove-ext and remove-ext* better handle dot-prefixed paths #18

Merged
mbutterick merged 2 commits from dev-hidden-files into master 8 years ago
mbutterick commented 8 years ago (Migrated from github.com)

They should skip hidden files like dir/.foo but not dot-prefixed paths like ./dir/foo.

They should skip hidden files like `dir/.foo` but not dot-prefixed paths like `./dir/foo`.
The pull request has been merged as 32174aac2e.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b dev-hidden-files master
git pull origin dev-hidden-files

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff dev-hidden-files
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mbutterick/sugar#18
Loading…
There is no content yet.