From 814a9bfee93d6b7beefa4a6079d1acf4d4166724 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Wed, 21 Oct 2009 13:35:16 +0200 Subject: [PATCH] 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 --- t/t5100/.gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 t/t5100/.gitattributes diff --git a/t/t5100/.gitattributes b/t/t5100/.gitattributes new file mode 100644 index 0000000000..c93f5142fa --- /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 -- 2.11.4.GIT