You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: skip already-excluded directories for faster subsequent runs
Use Spotlight metadata (mdfind) to identify directories already excluded
from Time Machine and skip them during the find traversal. Also fixes a
comment typo and removes duplicate Gradle sentinel entries.
Inspired by stevegrunwell#97, props @VladRassokhin.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
35
35
36
36
### Changed
37
37
38
+
* Skip directories already excluded from Time Machine backups for faster subsequent runs (inspired by [stevegrunwell/asimov#97], props @VladRassokhin)
38
39
* Migrated test suite from PHP/PHPUnit to [Bats](https://github.com/bats-core/bats-core) (Bash Automated Testing System), removing the PHP dependency for contributors
39
40
* Replaced Travis CI pipeline with GitHub Actions (macOS 14 + 15 matrix)
40
41
* Replaced PHP `tmutil` mock with a pure bash implementation
41
42
* Moved install script to `scripts/install.sh` with shared variables, now copies binary instead of symlinking ([#35], props @sylver)
42
43
44
+
### Fixed
45
+
46
+
* Fixed duplicate Gradle sentinel entries in the sentinels list
47
+
* Fixed typo in comment ("decendents" → "descendants")
48
+
43
49
### Removed
44
50
45
51
* Removed PHP test infrastructure (`composer.json`, `phpunit.xml.dist`, and PHP test files)
0 commit comments