diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-03-09 14:18:55 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-03-09 14:18:55 -0400 |
commit | 4ac0b2953131d7a53562ab8918c8e5a49952d8ac (patch) | |
tree | 21b0d12ca70dcec6126f4bd591d9311795e77316 /debian/changelog | |
parent | 7bd0d536442493a8898981a8a784bf16126085c5 (diff) |
git: Manually decode git output from utf-8, avoids warning messages on invalidly encoded output.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a7e7544c6..77b5d9fa6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ ikiwiki (3.08) UNRELEASED; urgency=low * git: Fix utf-8 encoding of author names. + * git: Manually decode git output from utf-8, avoids + warning messages on invalidly encoded output. -- Joey Hess <joeyh@debian.org> Mon, 09 Mar 2009 14:00:21 -0400 |