support chunking for all external special remotes!

Removing code and at the same time adding great features, including
upload/download resuming.

This commit was sponsored by Romain Lenglet.
This commit is contained in:
Joey Hess 2014-07-29 18:47:26 -04:00
parent bc9e4697b9
commit c0dc134cde
3 changed files with 15 additions and 50 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
git-annex (5.20140718) UNRELEASED; urgency=medium
* New chunk= option to chunk files stored in directory remotes.
* New chunk= option to chunk files stored in special remotes.
Currently supported by: directory, and all external special remotes.
* Partially transferred files are automatically resumed when using
chunked remotes!
* The old chunksize= option is deprecated. Do not use for new remotes.