summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-16 15:32:49 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-16 15:33:57 -0400
commitedacb971d687c44f2d076e0eff2ba8bb0a1b9019 (patch)
tree003856cf01aea273fceae11d8ecf5f44ef2f2e5b /CHANGELOG
parent84db9788226be2c558906fb5debc994b855dd063 (diff)
fsck --all --from was checking the content of files in the local repository, rather than on the special remote.
Straight up forgot to handle this case! This commit was sponsored by Fernando Jimenez on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 71ef1c100..6dd4edb3e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,8 @@ git-annex (6.20161112) UNRELEASED; urgency=medium
direct mode repository work the same as it works in indirect mode.
* Avoid backtraces on expected failures when built with ghc 8;
only use backtraces for unexpected errors.
+ * fsck --all --from was checking the existence and content of files
+ in the local repository, rather than on the special remote. Oops.
-- Joey Hess <id@joeyh.name> Tue, 15 Nov 2016 11:15:27 -0400