This enables gitk to show the patch text with correct glyphs if the locale is not UTF-8. Signed-off-by: Johannes Sixt <j6t@xxxxxxxx> --- This is particularly interesting for users on Windows, because we do not have a usable UTF-8 locale. t/t5100/.gitattributes | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 t/t5100/.gitattributes diff --git a/t/t5100/.gitattributes b/t/t5100/.gitattributes new file mode 100644 index 0000000..feeebf2 --- /dev/null +++ b/t/t5100/.gitattributes @@ -0,0 +1,4 @@ +msg* encoding=UTF-8 +info* encoding=UTF-8 +rfc2047-info-* encoding=UTF-8 +sample.mbox encoding=UTF-8 -- 1.6.5.1028.g985e.dirty -- 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