diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-06-09 14:08:57 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-06-09 14:08:57 -0400 |
commit | f80592f1603fdfdde4b092e9880646ded505163a (patch) | |
tree | 680902863f0f8805345e89f25f3a29eac4ec198b /debian | |
parent | 951992f3535a33eaa867410e5985835c59f6b22a (diff) |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 579ff8990..a1faa0d88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |