diff options
author | Joey Hess <joey@kitenet.net> | 2014-02-24 19:36:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-02-24 19:36:58 -0400 |
commit | d2ff4e12d0ae0d32263e258ea7c2a283d1d92149 (patch) | |
tree | 9cbe59c6857bd83795696d38d36ef7787650bb97 /debian | |
parent | 6abebf61806d6fade04dc5c0b46da5d65dcd632d (diff) |
repair: Optimise unpacking of pack files, and avoid repeated error messages about corrupt pack files.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a9f2350b6..7d0a186fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,8 @@ git-annex (5.20140222) UNRELEASED; urgency=medium * webdav: When built with DAV 0.6.0, use the new DAV monad to avoid locking files, which is not needed by git-annex's use of webdav, and does not work on Box.com. + * repair: Optimise unpacking of pack files, and avoid repeated error + messages about corrupt pack files. -- Joey Hess <joeyh@debian.org> Fri, 21 Feb 2014 13:03:04 -0400 |