Open
Description
Related to #195, we assume that the author name and email are UTF-8, which results in nil
when they're actually not.
Maybe we should use a more lenient encoding for all our strings, or at least figure out how git determines the encoding to use.