fsck: Ignore keys that are known to be dead when running in --all mode or a in a bare repo. Otherwise, still reports files with lost contents, even if the content is dead.

This commit is contained in:
Joey Hess 2015-06-09 14:08:57 -04:00
parent 8976e4755c
commit 6eefc5db65
3 changed files with 32 additions and 14 deletions

3
debian/changelog vendored
View file

@ -16,6 +16,9 @@ git-annex (5.20150529) UNRELEASED; urgency=medium
the public to access the bucket's content.
* S3: Publically accessible buckets can be used without creds.
* Re-remove dependency on obsolete hamlet package. Closes: #786659
* fsck: Ignore keys that are known to be dead when running in --all mode
or a in a bare repo. Otherwise, still reports files with lost contents,
even if the content is dead.
-- Joey Hess <id@joeyh.name> Sat, 30 May 2015 02:07:18 -0400