summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-11-10 21:32:42 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-11-10 21:32:42 -0400
commit2de1e2c2cee4ea75b971000fe480c48b6cbaab29 (patch)
tree20b70ceeb58147db165e3cfbdf05c5b245bf27cb /debian
parent49d2177d51b95b4a01c05ee07e166e93751b4c51 (diff)
Optimized copy --from and get --from to avoid checking the location log for files that are already present.
This can be a significant speedup when running in large trees that are only missing a few files; it makes copy --from just as fast as get.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9fa96e06a..72110785b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ git-annex (3.20111108) UNRELEASED; urgency=low
* Handle a case where an annexed file is moved into a gitignored directory,
by having fix --force add its change.
* Avoid cyclic drop problems.
+ * Optimized copy --from and get --from to avoid checking the location log
+ for files that are already present.
-- Joey Hess <joeyh@debian.org> Mon, 07 Nov 2011 18:08:42 -0400