From c0ffa8f6f0e014c5e0f76731e8e6dd00b8671068 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 29 Dec 2012 15:23:11 -0400 Subject: [PATCH] update --- doc/design/assistant/desymlink.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/design/assistant/desymlink.mdwn b/doc/design/assistant/desymlink.mdwn index db0e06c4b2..2b0c4d5a2c 100644 --- a/doc/design/assistant/desymlink.mdwn +++ b/doc/design/assistant/desymlink.mdwn @@ -87,9 +87,9 @@ is converted to a real file when it becomes present. * Deal with files changing as they're being transferred from a direct mode repository to another git repository. The remote repo currently will accept the bad data and update the location log to say it has the key. -* kqueue does not deliver an event when an existing file is modified; - need a different way to detect file modifications (possibly an OSX specific - interface?) +* kqueue does not deliver an event when an existing file is modified. + This doesn't affect OSX, which uses FSEvents now, but it makes direct + mode assistant not 100% on other BSD's. ## done