diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-01-25 23:13:14 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-01-25 23:13:14 -0500 |
commit | ce39f8e0006253b7dd3489dbd414b5d4758c66ac (patch) | |
tree | 23494d7b0ec368f0f390e337936081640c18b55f /debian/changelog | |
parent | 51cd34afff17f27cdcdf45a1e9c4ce047a2eef80 (diff) |
git: Fix malformed utf8 recieved from git.
If git log outputs malformed utf8 in, eg, usernames, detect it and fix it
up. This avoids commits such as f71abc92aa279fbe0b7578b8c4752d775dd4a259
breaking things.
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 c9ebcd1e9..6c1710fe1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ ikiwiki (3.03) UNRELEASED; urgency=low * comments: If comment content checks fail, store the comment (in .ikiwiki/comments_pending) for moderator review. * comments: Add a moderation web interface. + * git: Fix malformed utf8 recieved from git. -- Joey Hess <joeyh@debian.org> Sun, 18 Jan 2009 14:50:57 -0500 |