diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-21 19:43:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-21 19:43:15 -0400 |
commit | 2840105ec4742bf7d2fb3ea6ee9aa80808d0d775 (patch) | |
tree | ce31ba6d7c48c4a9b6d51dabe9f18352d54f843c /doc/git-annex.mdwn | |
parent | 0b2b67e809b1ff7b6f623db73600717580080733 (diff) |
default annex.delayadd to 1 on OSX
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 6cc1fb39d..ce7c0be3c 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -684,7 +684,8 @@ Here are all the supported configuration settings. Makes the watch and assistant commands delay for the specified number of seconds before adding a newly created file to the annex. Normally this is not needed, because they already wait for all writers of the file - to close it. + to close it. On Mac OSX, this defaults to 1 second, to work around + a bad interaction with software there. * `remote.<name>.annex-cost` |