diff options
-rw-r--r-- | doc/design/assistant/inotify.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/design/assistant/inotify.mdwn b/doc/design/assistant/inotify.mdwn index a01bf51e7..9fe6938c4 100644 --- a/doc/design/assistant/inotify.mdwn +++ b/doc/design/assistant/inotify.mdwn @@ -24,9 +24,10 @@ really useful, it needs to: **done** - periodically auto-commit staged changes (avoid autocommitting when lots of changes are coming in) **done** -- tunable delays before adding new files, etc - coleasce related add/rm events for speed and less disk IO **done** - don't annex `.gitignore` and `.gitattributes` files **done** +- run as a daemon **done** +- tunable delays before adding new files, etc - configurable option to only annex files meeting certian size or filename criteria - option to check files not meeting annex criteria into git directly |