aboutsummaryrefslogtreecommitdiffstats
path: root/watcher.go
Commit message (Expand)AuthorAgeFilesLines
* Watch nested dirs: recursively add watchers for subdirs on createHEADmainBernhard Guillon2 hours1-0/+7
* Fix event debouncing: merge ops instead of overwritingBernhard Guillon2 hours1-6/+13
* Add log level system and sync loggingBernhard Guillon3 hours1-26/+35
* Add structured error handling with retry logicBernhard Guillon3 hours1-17/+23
* Add symlink watcher support with testsBernhard Guillon3 hours1-0/+16
* Docker test fixes: directory pattern matching, mtime-based sync, Go versionBernhard Guillon3 hours1-3/+5
* Implement nested .gitignore support with GitignoreStackBernhard Guillon3 hours1-15/+24
* Add watcher tests, refactor watch() to accept contextBernhard Guillon3 hours1-1/+5
* Initial project scaffoldingBernhard Guillon4 hours1-0/+210