Merge branch 'master' into assistant

This commit is contained in:
Joey Hess 2012-07-05 10:34:52 -06:00
commit b7c3cc2745
2 changed files with 4 additions and 6 deletions

View file

@ -16,7 +16,7 @@ all the other git clones, at both the git level and the key/value level.
* Poll transfer in progress info files for changes (use inotify again!
wow! hammer, meet nail..), and update the TransferInfo Map **done**
* enqueue Transfers (Uploads) as new files are added to the annex by
Watcher.
Watcher. **done**
* enqueue Tranferrs (Downloads) as new dangling symlinks are noticed by
Watcher.
* Write basic Transfer handling thread. Multiple such threads need to be
@ -88,10 +88,7 @@ anyway.
### transfer tracking
* Upload added to queue by the watcher thread when it adds content.
* Download added to queue by the watcher thread when it seens new symlinks
that lack content.
* Transfer threads started/stopped as necessary to move data.
Transfer threads started/stopped as necessary to move data.
(May sometimes want multiple threads downloading, or uploading, or even both.)
startTransfer :: TransferQueue -> Transfer -> Annex ()

View file

@ -0,0 +1 @@
Are there any problems using submodules with git-annex? I have not tried it yet, I'm just asking.