From ad0192a86e59a2c3cef2945d68dc22e52258d085 Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Wed, 27 Jun 2012 13:13:20 -0700 Subject: [PATCH] git/ACKNOWLEDGMENTS: coerce charset of git tools github seems to assume content is 8bit. --- src/.gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/.gitattributes diff --git a/src/.gitattributes b/src/.gitattributes new file mode 100644 index 000000000..554385cf9 --- /dev/null +++ b/src/.gitattributes @@ -0,0 +1 @@ +ACKNOWLEDGMENTS encoding=utf-8 -- 2.25.1