diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-21 16:56:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-21 16:57:03 -0400 |
commit | 20482712d0d909f60707db7cde634e460e17058b (patch) | |
tree | 993dbebd114153bda8da86352188c4730d6fc5ff /debian/changelog | |
parent | a76b13b848612595a254025f3eb415c2395a92de (diff) |
Improve deletion of files from rsync special remotes. Closes: #652849
Rsync is only run once, with include / exclude rules used to specify
exactly what to delete. This is faster, and avoids ugly error messages
from rsync, and doesn't fail if the content already got deleted somehow.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 62c7d40f2..564e14403 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ git-annex (3.20111212) UNRELEASED; urgency=low * Fix the hook special remote, which bitrotted a while ago. * map: --fast disables use of dot to display map * Test suite improvements. Current top-level test coverage: 75% + * Improve deletion of files from rsync special remotes. Closes: #652849 -- Joey Hess <joeyh@debian.org> Mon, 12 Dec 2011 01:57:49 -0400 |