Provide a less expensive version of git annex copy --to, enabled via --fast. This assumes that location tracking information is correct, rather than contacting the remote for every file.

This commit is contained in:
Joey Hess 2011-03-27 18:34:30 -04:00
parent 9a4127f0fe
commit 4868b64868
4 changed files with 42 additions and 9 deletions

3
debian/changelog vendored
View file

@ -3,6 +3,9 @@ git-annex (0.20110326) UNRELEASED; urgency=low
* annex.diskreserve can be given in arbitrary units (ie "0.5 gigabytes")
* Generalized remotes handling, laying groundwork for remotes that are
not regular git remotes.
* Provide a less expensive version of `git annex copy --to`, enabled
via --fast. This assumes that location tracking information is correct,
rather than contacting the remote for every file.
-- Joey Hess <joeyh@debian.org> Sat, 26 Mar 2011 14:36:16 -0400