diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-27 14:48:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-27 14:55:07 -0400 |
commit | f84d66fa15bc746517ba61f2c05beade59c846e9 (patch) | |
tree | 305bc642fa49c31ec205ee436b79ddc39ee540ab /debian/changelog | |
parent | c30366e95aa8967112cec0103393ea2b39ddf1c6 (diff) |
reap in onLocal
Each onLocal call involves a new Annex state, so needs to clean up after it.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b17de57ff..c32ad3950 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ git-annex (3.20111026) UNRELEASED; urgency=low * Sped up some operations on remotes that are on the same host. + * copy --to: Fixed leak when ran on many files and a remote on the same + host. -- Joey Hess <joeyh@debian.org> Thu, 27 Oct 2011 13:58:53 -0400 |