Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-18 | Update dependencies | Jakob Unterwurzacher | |
Using go get -u go mod tidy | |||
2020-08-15 | v2api/reverse: finish -exclude | Jakob Unterwurzacher | |
Tests pass now. | |||
2020-08-15 | v2api/reverse: start wiring up -exclude functionality | Jakob Unterwurzacher | |
Exclude in readdir is missing. | |||
2020-08-01 | v2api/reverse: start fusefrontend_reverse v2 API implementation | Jakob Unterwurzacher | |
2020-08-01 | v2api/reverse: move old fusefrontend_reverse out of the way | Jakob Unterwurzacher | |
fusefrontend_reverse -> fusefrontend_reverse_v1api | |||
2020-05-10 | Fix spelling mistakes found by misspell | Jakob Unterwurzacher | |
https://github.com/client9/misspell | |||
2019-03-26 | reverse mode: support wildcard exclude (--exclude-wildcard) | Eduardo M KALINOWSKI | |
This adds support for gitignore-like wildcards and exclude patters in reverse mode. It (somewhat) fixes #273: no regexp support, but the syntax should be powerful enough to satisfy most needs. Also, since adding a lot of --exclude options can be tedious, it adds the --exclude-from option to read patterns from a file (or files). |