Avoid crashing on encoding errors in filenames when writing transfer info files and reading from checksum commands.

This commit is contained in:
Joey Hess 2012-09-16 01:53:06 -04:00
parent 947b447626
commit 0b12db64d8
4 changed files with 39 additions and 12 deletions

2
debian/changelog vendored
View file

@ -20,6 +20,8 @@ git-annex (3.20120826) UNRELEASED; urgency=low
* Support repositories created with --separate-git-dir. Closes: #684405
* reinject: When the provided file doesn't match, leave it where it is,
rather than moving to .git/annex/bad/
* Avoid crashing on encoding errors in filenames when writing transfer info
files and reading from checksum commands.
-- Joey Hess <joeyh@debian.org> Mon, 27 Aug 2012 13:27:39 -0400