diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-10 15:40:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-10 15:40:01 -0400 |
commit | 6248ad7b2a55d63114851e74279190f424f042ba (patch) | |
tree | 68de8099f9f9f8db82eb11243e8baf90b42b7495 /debian | |
parent | 3890862075dee3e31338fdc85ab6a43324793c97 (diff) |
Improve repair of git-annex index file.
Fixes a test case I received where a corrupted repo was repaired, but the
git-annex branch was not. The root of the problem was that the
MissingObject returned by the repair code was not necessarily a complete
set of all objects that might have been deleted during the repair.
So, stop trying to return that at all, and instead make the index file
checking code explicitly verify that each object the index uses is present.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f931bdd94..4a31fea77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,7 @@ git-annex (5.20131131) UNRELEASED; urgency=low * Windows: Support annex.diskreserve. * Fix bad behavior in Firefox, which was caused by an earlier fix to bad behavior in Chromium. + * Improve repair of git-annex index file. -- Joey Hess <joeyh@debian.org> Sun, 01 Dec 2013 13:57:58 -0400 |