summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-01-26 17:44:40 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-01-26 17:44:40 -0400
commitba748a11989f6ba7ea1f306be99b8b3f259ede68 (patch)
treed42d3884c8702f35897e9ff2481217247ee5b814 /debian
parentb7903eb2d149ceb164d7422fb56573735d83ebde (diff)
fsck: handle untrusted repos
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 01e99ae2b..fcd986e1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ git-annex (0.19) UNRELEASED; urgency=low
* There are now three levels of repository trust.
* untrust: Now marks the current repository as untrusted.
* semitrust: Now restores the default trust level. (What untrust used to do.)
- * fsck: Warn if content is only in untrusted repositories.
+ * fsck: Take untrusted repositories into account.
* bugfix: Files were copied from trusted remotes first even if their
annex.cost was higher than other remotes.