From: Johannes Sixt Date: Wed, 21 Oct 2009 11:35:16 +0000 (+0200) Subject: Mark files in t/t5100 as UTF-8 X-Git-Tag: v1.6.5.2~11 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=814a9bfee93d6b7beefa4a6079d1acf4d4166724;p=git.git Mark files in t/t5100 as UTF-8 This enables gitk to show the patch text with correct glyphs if the locale is not UTF-8. Signed-off-by: Johannes Sixt Signed-off-by: Junio C Hamano --- diff --git a/t/t5100/.gitattributes b/t/t5100/.gitattributes new file mode 100644 index 000000000..c93f5142f --- /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