Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > When cherry-picking, usually the new and old commit encodings are both > UTF-8. Most old iconv implementations do not support this trivial > conversion, so on old platforms, out->message remains NULL, and later > attempts to read it segfault. This agrees with what builtin/commit.c does around ll.896; even if the encoding pair says "utf8" and "UTF-8", we would do the right thing. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html