Alexey Shumkin wrote: > In development process under Windows non-UTF-8 > encoding is used (cp1251 in my case). So, filenames have this encoding, > and as we know Git stores their names as is - in cp1251 - without a > conversion. And filenames are also used in diff-stat (with > core.quotepath= false Yes, when a person sets [core] quotepath to false, I think it's fair to assume for now that the filenames are in the same encoding as everything else (whether that's UTF-8 or something else). Maybe it would be possible in a separate patch to add a configurable list of encodings to try out when formatting paths for display. Jonathan -- 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