summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-18 14:23:34 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-18 14:23:42 -0400
commit2781e270c7f388d4d0e252240b84b4a299d040fd (patch)
tree922ce19eded16c736ff1248862f3cec9dba70349 /debian
parent5f62e03e618b20a32e3a927be2bdf71dd525d5ae (diff)
fsck --from remote: Avoid downloading a key if it would go over the annex.diskreserve limit.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 00aed03a0..2acdfac96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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