aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-10 19:11:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-10 19:11:04 -0400
commitb20c270d0061d4ae9f1b143ef0dab70318b37fe8 (patch)
treeac051f160919ede303dee18e162f0d08943a6d07
parent39b9aaa7a99e3ab7af926a64dd276d746e54e74a (diff)
update
-rw-r--r--doc/design/assistant/inotify.mdwn8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/design/assistant/inotify.mdwn b/doc/design/assistant/inotify.mdwn
index 7cdde33ac..a01bf51e7 100644
--- a/doc/design/assistant/inotify.mdwn
+++ b/doc/design/assistant/inotify.mdwn
@@ -23,9 +23,9 @@ really useful, it needs to:
is exceeded. This can be tuned by root, so help the user fix it.
**done**
- periodically auto-commit staged changes (avoid autocommitting when
- lots of changes are coming in)
+ 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
+- coleasce related add/rm events for speed and less disk IO **done**
- don't annex `.gitignore` and `.gitattributes` files **done**
- configurable option to only annex files meeting certian size or
filename criteria
@@ -107,7 +107,3 @@ Many races need to be dealt with by this code. Here are some of them.
Not a problem; The removal event removes the old file from the index, and
the add event adds the new one.
-
-* At startup, `git add --update` is run, to notice deleted files.
- Then inotify starts up. Files deleted in between won't have their
- removals staged.