Code

git-notify: Handle non-UTF-8 commits
authorHolger Weiss <holger@zedat.fu-berlin.de>
Sat, 24 Oct 2009 20:55:44 +0000 (22:55 +0200)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Sat, 24 Oct 2009 20:55:44 +0000 (22:55 +0200)
commit85512d7f111e9b05446a012567f76472f5d5410c
tree4b3f47af8105c1f9f49b16ee079d44da2228d8c1
parentaf5e252846d08a579835e9b3bd0b004727252850
git-notify: Handle non-UTF-8 commits

Make sure that commit messages which use an encoding other than US-ASCII
or UTF-8 are handled correctly.  Also, assume that the diff contents use
the same encoding as the commit message.  This assumption may well be
wrong, but that's the best we can do.
tools/git-notify