Re: [Qemu-devel] [RFC PATCH 1/5] checkpatch: add a check for utf-8 in commit logs

2017-02-01 Thread Stefan Hajnoczi
On Mon, Jan 30, 2017 at 04:57:53PM +0100, Thomas Huth wrote: > On 30.01.2017 15:12, Stefan Hajnoczi wrote: > > On Thu, Jan 26, 2017 at 02:11:01PM +0100, Thomas Huth wrote: > >> This patch is a port of the following commit from the Linux kernel: > >> > >> commit 15662b3e8644905032c2e26808401a487d4e9

Re: [Qemu-devel] [RFC PATCH 1/5] checkpatch: add a check for utf-8 in commit logs

2017-01-30 Thread Thomas Huth
On 30.01.2017 15:12, Stefan Hajnoczi wrote: > On Thu, Jan 26, 2017 at 02:11:01PM +0100, Thomas Huth wrote: >> This patch is a port of the following commit from the Linux kernel: >> >> commit 15662b3e8644905032c2e26808401a487d4e90c1 >> Author: Joe Perches >> Date: Mon Oct 31 17:13:12 2011 -0700 >

Re: [Qemu-devel] [RFC PATCH 1/5] checkpatch: add a check for utf-8 in commit logs

2017-01-30 Thread Stefan Hajnoczi
On Thu, Jan 26, 2017 at 02:11:01PM +0100, Thomas Huth wrote: > This patch is a port of the following commit from the Linux kernel: > > commit 15662b3e8644905032c2e26808401a487d4e90c1 > Author: Joe Perches > Date: Mon Oct 31 17:13:12 2011 -0700 > > checkpatch: add a --strict check for utf-8

[Qemu-devel] [RFC PATCH 1/5] checkpatch: add a check for utf-8 in commit logs

2017-01-26 Thread Thomas Huth
This patch is a port of the following commit from the Linux kernel: commit 15662b3e8644905032c2e26808401a487d4e90c1 Author: Joe Perches Date: Mon Oct 31 17:13:12 2011 -0700 checkpatch: add a --strict check for utf-8 in commit logs Some find using utf-8 in commit logs inappropriate.