]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Mark files in t/t5100 as UTF-8
authorJohannes Sixt <j6t@kdbg.org>
Wed, 21 Oct 2009 11:35:16 +0000 (13:35 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Oct 2009 18:27:50 +0000 (11:27 -0700)
This enables gitk to show the patch text with correct glyphs if the locale
is not UTF-8.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5100/.gitattributes [new file with mode: 0644]

diff --git a/t/t5100/.gitattributes b/t/t5100/.gitattributes
new file mode 100644 (file)
index 0000000..c93f514
--- /dev/null
@@ -0,0 +1,4 @@
+msg*   encoding=UTF-8
+info*  encoding=UTF-8
+rfc2047-info-* encoding=UTF-8
+sample.mbox    encoding=UTF-8