diff options
author | 2012-09-19 13:30:25 -0400 | |
---|---|---|
committer | 2012-09-19 13:30:25 -0400 | |
commit | 355ef8f3ea230b9ae0613bcea8c90203663ccd2a (patch) | |
tree | ea6b1b4aa9e45a76570364e391e9099d8f5d68c6 /doc/git-annex.mdwn | |
parent | da8c8c3ccd6ffa1c06c7ba4b8965789340b7d80a (diff) |
add annex.delayadd configuration
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index e2c881dfb..6cc1fb39d 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -679,6 +679,13 @@ Here are all the supported configuration settings. set to `false`. Then data will only be committed when running `git annex merge` (or by automatic merges) or `git annex sync`. +* `annex.delayadd` + + 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. + * `remote.<name>.annex-cost` When determining which repository to |