aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git_utf8.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2007-12-12 17:20:26 -0500
committerJoey Hess <joey@kitenet.net>2007-12-12 17:20:26 -0500
commit108d04fc21f8d5b0e125269f23e347f6e7fd9a9b (patch)
tree7f144a9ee9878454f072b2568e8aecdb94c5575b /doc/bugs/git_utf8.mdwn
parentdcc3d02cc0d104504a46eb7156349629454b0938 (diff)
downloadikiwiki-108d04fc21f8d5b0e125269f23e347f6e7fd9a9b.tar
ikiwiki-108d04fc21f8d5b0e125269f23e347f6e7fd9a9b.tar.gz
new bug I saw
Diffstat (limited to 'doc/bugs/git_utf8.mdwn')
-rw-r--r--doc/bugs/git_utf8.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/git_utf8.mdwn b/doc/bugs/git_utf8.mdwn
new file mode 100644
index 000000000..dc8df1dab
--- /dev/null
+++ b/doc/bugs/git_utf8.mdwn
@@ -0,0 +1,8 @@
+Just saw a bug with the git backend and utf8. I was committing to ikiwiki and
+the post-commit hook emitted a warning message about some text from git
+not being encoded as proper utf-8. I've lost the message, but it was from
+line 36 of git.pm. After a couple other commits, the message stopped
+appearing.
+
+Probably git's output needs to be force encoded to utf-8.
+--[[Joey]]