projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcc3d02
)
new bug I saw
author
Joey Hess
<joey@kitenet.net>
Wed, 12 Dec 2007 22:20:26 +0000
(17:20 -0500)
committer
Joey Hess
<joey@kitenet.net>
Wed, 12 Dec 2007 22:20:26 +0000
(17:20 -0500)
doc/bugs/git_utf8.mdwn
[new file with mode: 0644]
patch
|
blob
diff --git a/doc/bugs/git_utf8.mdwn
b/doc/bugs/git_utf8.mdwn
new file mode 100644
(file)
index 0000000..
dc8df1d
--- /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]]