I was able to apply the patch I got back. It was marked as charset=ISO-8859-1 so it should be fine.

I wasn't sure how best to handle those though, so I will send a new version with the suggested .gitattributes patch included as well.

On Jul 21, 2013, at 23:45, Junio C Hamano wrote:
I suspect that files under t/t5200/ were not suiable for e-mail
transmission.  Can you regenerate this after running:

   $ echo '/t/t5200/* binary' >>.git/info/attributes

or better yet with:

diff --git a/t/.gitattributes b/t/.gitattributes
index 1b97c54..6240ed2 100644
--- a/t/.gitattributes
+++ b/t/.gitattributes
@@ -1 +1,2 @@
t[0-9][0-9][0-9][0-9]/* -whitespace
+t5200/* binary
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to