diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-23 23:47:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-23 23:47:02 -0400 |
commit | 03fdd0d56e554c65946b9eadd32c5be5d6d0c806 (patch) | |
tree | b712520b068bb455a51bb9bcd683801a99d753ef /debian | |
parent | 6246b807f7df32877a87d906cfbe1ae26c51dd8e (diff) |
dropunused: Significantly sped up; only read unused log file once.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7bb5bd8d2..9235c3ca3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ git-annex (0.20110321) UNRELEASED; urgency=low * Fix space leak in fsck and drop commands. * migrate: Bugfix for case when migrating a file results in a key that is already present in .git/annex/objects. + * dropunused: Significantly sped up; only read unused log file once. -- Joey Hess <joeyh@debian.org> Tue, 22 Mar 2011 16:52:00 -0400 |