fsck: handle untrusted repos

This commit is contained in:
Joey Hess 2011-01-26 17:44:40 -04:00
parent b7903eb2d1
commit ba748a1198
4 changed files with 56 additions and 12 deletions

2
debian/changelog vendored
View file

@ -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.