fsck --from remote: Avoid downloading a key if it would go over the annex.diskreserve limit.

This commit is contained in:
Joey Hess 2015-04-18 14:23:34 -04:00
parent 8489057e8d
commit 8d685768d3
2 changed files with 6 additions and 2 deletions

2
debian/changelog vendored
View file

@ -20,6 +20,8 @@ git-annex (5.20150410) UNRELEASED; urgency=medium
* fsck --from remote: When bad content is found in the remote,
and the local repo does not have a copy of the content, preserve
the bad content in .git/annex/bad/ to avoid further data loss.
* fsck --from remote: Avoid downloading a key if it would go over
the annex.diskreserve limit.
-- Joey Hess <id@joeyh.name> Thu, 09 Apr 2015 20:59:43 -0400