I guess its line 1116:
if (check_export_ok("$projectroot/$path")) {
my $pr = {
path => $path,
owner => to_utf8($owner), <---- Here
};
My system is configured for UTF-8 so $owner will be UTF-8 but in some systems
it might not be so I don't think there is anything to fix here.
Regards,
ismail
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html