GitRevList -- Try to read the encoding of the commit message
commitb7c46c16b86a2c1c1aeaf64d644720fd9a2031bf
authorPieter de Bie <pdebie@ai.rug.nl>
Thu, 28 May 2009 14:10:46 +0000 (28 15:10 +0100)
committerPieter de Bie <pdebie@ai.rug.nl>
Thu, 28 May 2009 14:10:46 +0000 (28 15:10 +0100)
tree327631c126edfa8610661006298d055fcddf944b
parent1626606579033c0bc6ba155466a6bb66c136c40e
GitRevList -- Try to read the encoding of the commit message

This tries to read the encoding of the commit message, if it's specified by
git (using i18n.commitEncoding at the time of committing). It uses an ugly
hack to try to convert the encoding string to an NSStringEncoding, and then
uses that for the subject and committer name.

I'm not sure how expensive this is. If it's too expensive, we might need to
cache this value.
PBGitRevList.mm