Transcode non-UTF-8 log messages
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 17 Aug 2014 14:30:45 +0000 (16:30 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 17 Aug 2014 14:30:49 +0000 (16:30 +0200)
commitc8a2bd6edbb21c1bfaf269ad1ec0e82af72c911a
treeb3f7077ed6a1dea8e3f276e90900d0f99cdb5ca6
parent36bd0e20655a888a194d34da7e2092dd4e7587ee
Transcode non-UTF-8 log messages

git fast-import assumes that the log messages are in UTF-8, and if this
is not the case strange things can happen (such as truncated log message
and whatnot). Allow the user to specify the encoding of log messages,
and in this case transcode all logs from the specified encoding to
UTF-8.
rcs-fast-export.rb