summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-11 02:09:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-11 02:09:22 -0400
commitaba425fb2bab8e991e714931703c14b3fbcc7f10 (patch)
tree04459fe67b87bfb54f702e129a2a2ba1f9ea5b4f
parentb20c270d0061d4ae9f1b143ef0dab70318b37fe8 (diff)
update
-rw-r--r--doc/design/assistant/inotify.mdwn3
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