On Wed, Apr 24, 2019 at 2:31 PM Kirill Smelkov kirr@nexedi.com wrote:
Thanks. Does it mean that the patch is ok? Do I need to rework something?
Pushed to #for-next with all the rest. Made some changes to the patches, so please verify.
I see. Probably it is not "quoted-printable" as
Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit
Well, google converts it to quoted-printable then:
Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable
suggests and it is maybe due to UTF-8 characters (I used "ยท" several times in patch description).
Please refrain from gratuitous use of non-ascii. That middle-dot is written as "*" in C (fixed the patch description).
Thanks, Miklos