Re: Problems with format-patch UTF-8 and a missing second empty line
From: Jeff King <hidden> Date: 2016-06-15 22:52:02
On Thu, Sep 15, 2011 at 11:45:15AM +0200, Ingo Ruhnke wrote:
Creating a patch of a commit including UTF-8 and no empty second line,
like this:
[...]
Results in this:
[...]
Subject: [PATCH] =?UTF-8?q?=C3=84=C3=96=C3=9C
=20=C3=84=C3=96=C3=9C?=
[....]
The problems happen with git version 1.7.4.1 (4b5eac7f0) on Ubuntu 11.04.
I'm pretty sure I fixed this in a1f6baa, which is in v1.7.4.4 and later.
-Peff