diff options
author | Johannes Sixt <j6t@kdbg.org> | 2009-10-21 13:35:16 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-10-21 11:27:50 -0700 |
commit | 814a9bfee93d6b7beefa4a6079d1acf4d4166724 (patch) | |
tree | caac7dc33e2cfe1e7c449d12fde564d3cfa5e8b8 /t/t5100 | |
parent | 66bcb6a68f8759ab7a7b5ca47085ab1c1402062e (diff) | |
download | git-814a9bfee93d6b7beefa4a6079d1acf4d4166724.tar.gz git-814a9bfee93d6b7beefa4a6079d1acf4d4166724.tar.xz |
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 <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5100')
-rw-r--r-- | t/t5100/.gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
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 |