diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-20 12:57:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-20 12:57:00 -0400 |
commit | dfccee26168d1ecca34dc504812f24a23b7633ed (patch) | |
tree | 5b26b52c1ad70a8d2d66cdc5716e90f2a30073f0 /debian/changelog | |
parent | ee2acd474fbefb3851d168dec474c83475cc917c (diff) |
unused: Fix crash when file names contain invalid utf8.
Was decoding the git-cat-file of the symlink target as utf8, but that can't
do, unix filenames are from the 70's and need this shiny disco
fileSystemEncoding.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9a47447ce..bc9932d52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ git-annex (3.20120616) UNRELEASED; urgency=low files and automatically annexes new files, etc, so you don't need to manually run git commands when manipulating files. * Enable diskfree on kfreebsd, using statvfs. + * unused: Fix crash when key names contain invalid utf8. -- Joey Hess <joeyh@debian.org> Tue, 12 Jun 2012 11:35:59 -0400 |