diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-04 21:29:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-04 21:29:26 -0400 |
commit | b86825e42b227c3645fe93c123c38010115b2b5a (patch) | |
tree | 2167cbc63d29d6d2b59e73cfbdb16b8fbb5fa81b | |
parent | b1619fbd0b41caddf6caf216c10440b3f62f0a0a (diff) |
update
-rw-r--r-- | doc/design/assistant/inotify.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/design/assistant/inotify.mdwn b/doc/design/assistant/inotify.mdwn index 82867f104..6692b7d94 100644 --- a/doc/design/assistant/inotify.mdwn +++ b/doc/design/assistant/inotify.mdwn @@ -22,6 +22,9 @@ really useful, it needs to: - periodically auto-commit staged changes (avoid autocommitting when lots of changes are coming in) - tunable delays before adding new files, etc +- Coleasce related add/rm events. See commit + cbdaccd44aa8f0ca30afba23fc06dd244c242075 for some details of the problems + with doing this. - don't annex `.gitignore` and `.gitattributes` files, but do auto-stage changes to them - configurable option to only annex files meeting certian size or |