summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-06 15:51:34 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-06 15:51:34 -0400
commit8aa194bf806c4620f0794ff7a13084e328061cc8 (patch)
tree2220aaf634d7eee68a3d9dd2582bd9ab39db4845
parente17bc40c312ee04019bdd65cf992e0caa1819df1 (diff)
update
-rw-r--r--doc/design/assistant/inotify.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/design/assistant/inotify.mdwn b/doc/design/assistant/inotify.mdwn
index b963597c8..0f4e8d28d 100644
--- a/doc/design/assistant/inotify.mdwn
+++ b/doc/design/assistant/inotify.mdwn
@@ -23,10 +23,10 @@ really useful, it needs to:
lots of changes are coming in)
- tunable delays before adding new files, etc
- coleasce related add/rm events for speed and less disk IO
-- don't annex `.gitignore` and `.gitattributes` files, but do auto-stage
- changes to them
+- don't annex `.gitignore` and `.gitattributes` files **done**
- configurable option to only annex files meeting certian size or
filename criteria
+- option to check files not meeting annex criteria into git directly
- honor .gitignore, not adding files it excludes (difficult, probably
needs my own .gitignore parser to avoid excessive running of git commands
to check for ignored files)