summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-27 18:34:30 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-27 18:34:30 -0400
commit4868b64868747455a9c5d512650f9e7074e6009e (patch)
tree3b4cf46d14b1c04a34a106ca55cca7b0cc00bd87 /debian
parent9a4127f0fed9fa9cd684fff78b3a2af9da3c62ad (diff)
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.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e995009db..2f532784d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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