| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-28 | refactor: add linter | nsfisis | |
| 2026-06-20 | fix(comparer): return instead of exiting the process on doTree failure | nsfisis | |
| Composer's doCompare() calls `exit;` when the destination doTree fails, but the source branch handles the identical failure with `return;`. The asymmetry has been present since the class was first written (2413b55c6, 2018) and is almost certainly a bug. Treat it as `return` so a failed local-change detection no longer terminates the whole process. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> | |||
| 2026-06-20 | refactor: auto-fix clippy warnings | nsfisis | |
| 2026-05-20 | refactor: re-export module items to shorten import paths | nsfisis | |
| 2026-05-19 | fix(compile): fix various compile errors | nsfisis | |
| Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | |||
| 2026-05-17 | chore(style): cargo fmt | nsfisis | |
| 2026-05-16 | feat(port): port Comparer.php | nsfisis | |
| 2026-05-12 | feat(init): add scaffold files | nsfisis | |
