lifted out the kqueue and inotify to a generic DirWatcher interface
Kqueue code for dispatching events is not tested and probably doesn't build.
This commit is contained in:
parent
9b7f929e96
commit
7a09d74319
6 changed files with 115 additions and 54 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,8 +1,9 @@
|
|||
git-annex (3.20120616) UNRELEASED; urgency=low
|
||||
|
||||
* watch: New subcommand, which uses inotify to watch for changes to
|
||||
files and automatically annexes new files, etc, so you don't need
|
||||
to manually run git commands when manipulating files.
|
||||
* watch: New subcommand, a daemon which notices changes to
|
||||
files and automatically annexes new files, etc, so you don't
|
||||
need to manually run git commands when manipulating files.
|
||||
Available on Linux, BSDs, and OSX!
|
||||
* Enable diskfree on kfreebsd, using statvfs.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Tue, 12 Jun 2012 11:35:59 -0400
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue