summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-12-29 15:23:11 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-12-29 15:23:11 -0400
commitefa302a457cdd305be6d75182e88dffad50cc300 (patch)
treec3be07b5d056a0b8c24a6f5adbccd19fc1829c21
parent3471fbae1a20437319697f057a6e8b98cd106c12 (diff)
update
-rw-r--r--doc/design/assistant/desymlink.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/design/assistant/desymlink.mdwn b/doc/design/assistant/desymlink.mdwn
index db0e06c4b..2b0c4d5a2 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