summaryrefslogtreecommitdiff
path: root/doc/design/assistant
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-21 19:43:15 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-21 19:43:15 -0400
commit2840105ec4742bf7d2fb3ea6ee9aa80808d0d775 (patch)
treece31ba6d7c48c4a9b6d51dabe9f18352d54f843c /doc/design/assistant
parent0b2b67e809b1ff7b6f623db73600717580080733 (diff)
default annex.delayadd to 1 on OSX
Diffstat (limited to 'doc/design/assistant')
-rw-r--r--doc/design/assistant/OSX.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/design/assistant/OSX.mdwn b/doc/design/assistant/OSX.mdwn
index 37fb978e4..e34e88421 100644
--- a/doc/design/assistant/OSX.mdwn
+++ b/doc/design/assistant/OSX.mdwn
@@ -4,3 +4,10 @@ Misc OSX porting things:
* add webapp to OSX menu somehow
* Use OSX's "network reachability functionality" to detect when on a network
<http://developer.apple.com/library/mac/#documentation/Networking/Conceptual/SystemConfigFrameworks/SC_Intro/SC_Intro.html#//apple_ref/doc/uid/TP40001065>
+
+Gripes:
+
+* The assistant has to wait a second when a new file is created,
+ to work around some bad behavior when pasting a file into the annex.
+ [[details|bugs/pasting_into_annex_on_OSX]]. That's one more second
+ before the file is synced out.