summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-18 14:13:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-18 14:13:07 -0400
commit5f62e03e618b20a32e3a927be2bdf71dd525d5ae (patch)
tree36bcf9cbc26629f24f65ef5ad0e5629b7f3901b3 /debian/changelog
parent293903ba38209a1e574ab6a929872ac5c31dfaf4 (diff)
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.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index fc7c23d87..00aed03a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,9 @@ git-annex (5.20150410) UNRELEASED; urgency=medium
* Fix fsck --from a git remote in a local directory, and from
a directory special remote.
This was a reversion caused by the relative path changes in 5.20150113.
+ * 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.
-- Joey Hess <id@joeyh.name> Thu, 09 Apr 2015 20:59:43 -0400