Bugfix: Keys could be received into v1 annexes from v2 annexes, via v1 git-annex-shell. This results in some oddly named keys in the v1 annex. Recognise and fix those keys when upgrading, instead of crashing.

This commit is contained in:
Joey Hess 2011-03-28 09:27:28 -04:00
parent 9d86d02b3d
commit 016eea0280
3 changed files with 31 additions and 19 deletions

3
debian/changelog vendored
View file

@ -6,6 +6,9 @@ git-annex (0.20110326) UNRELEASED; urgency=low
* Provide a less expensive version of `git annex copy --to`, enabled
via --fast. This assumes that location tracking information is correct,
rather than contacting the remote for every file.
* Bugfix: Keys could be received into v1 annexes from v2 annexes, via
v1 git-annex-shell. This results in some oddly named keys in the v1
annex. Recognise and fix those keys when upgrading, instead of crashing.
-- Joey Hess <joeyh@debian.org> Sat, 26 Mar 2011 14:36:16 -0400