summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-12-28 16:20:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-12-28 16:20:05 -0400
commit92f57da495b25b4d42ed8e2efa3fc09c89b460b0 (patch)
treee529782e6881295ce5c4e5d978eb966290125815 /doc
parentc8fdc4272917bd0c6836d41a2aead6dc78794e39 (diff)
fix fsevents rename handling
For both files and whole directories; also tested on moving whole dirs out of and into the working copy.
Diffstat (limited to 'doc')
-rw-r--r--doc/design/assistant/inotify.mdwn3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/design/assistant/inotify.mdwn b/doc/design/assistant/inotify.mdwn
index edb6564bf..3caaaa0e8 100644
--- a/doc/design/assistant/inotify.mdwn
+++ b/doc/design/assistant/inotify.mdwn
@@ -15,9 +15,6 @@ available!
See [[bug|bugs/Issue_on_OSX_with_some_system_limits]]. (Does not affect
OSX any longer).
-* The OSX FSEvents code is new and relatively untested. A known problem is
- that it does not handle whole directory renames right.
-
## todo
* Run niced and ioniced? Seems to make sense, this is a background job.