summaryrefslogtreecommitdiff
path: root/doc/design/assistant/inotify.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-05-31 15:25:26 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-05-31 15:25:26 -0400
commit595d13020b4004b1813cc3bc31ed1a8edf2fe511 (patch)
tree4ff13759e7bfdd058a7af63661820dedd86ca685 /doc/design/assistant/inotify.mdwn
parent29b43cfa395c87f722be35fb45cfea94cd3338ea (diff)
updates
Diffstat (limited to 'doc/design/assistant/inotify.mdwn')
-rw-r--r--doc/design/assistant/inotify.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/design/assistant/inotify.mdwn b/doc/design/assistant/inotify.mdwn
index be38ef13c..6bb810a75 100644
--- a/doc/design/assistant/inotify.mdwn
+++ b/doc/design/assistant/inotify.mdwn
@@ -8,7 +8,9 @@ useful, it needs to:
- notice deleted files and stage the deletion
(tricky; there's a race with add..)
- notice renamed files, auto-fix the symlink, and stage the new file location
-- periodically auto-commit staged changes
+- periodically auto-commit staged changes (avoid autocommitting when
+ lots of changes are coming in)
+- tunable delays before adding new files, etc
- honor .gitignore, not adding files it excludesa
Also to do: