When a key's size is unknown, still check the annex.diskreserve, and avoid getting content if the disk is too full.

We can't check if there's enough disk space to download the content,
but we *can* check if there's certainly not enough!
This commit is contained in:
Joey Hess 2015-04-17 21:29:15 -04:00
parent 894a8948be
commit 3a078ab357
2 changed files with 15 additions and 11 deletions

2
debian/changelog vendored
View file

@ -12,6 +12,8 @@ git-annex (5.20150410) UNRELEASED; urgency=medium
* bittorrent: Fix handling of magnet links.
* Windows: Fixed support of remotes on other drives.
(A reversion introduced in version 5.20150113.)
* When a key's size is unknown, still check the annex.diskreserve,
and avoid getting content if the disk is too full.
-- Joey Hess <id@joeyh.name> Thu, 09 Apr 2015 20:59:43 -0400