From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCn11-0004PN-Ua for qemu-devel@nongnu.org; Fri, 02 Dec 2016 07:32:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cCn0x-0000HT-34 for qemu-devel@nongnu.org; Fri, 02 Dec 2016 07:32:35 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40208) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cCn0w-0000HM-TC for qemu-devel@nongnu.org; Fri, 02 Dec 2016 07:32:31 -0500 Message-ID: <1480681946.13905.11.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 02 Dec 2016 13:32:26 +0100 In-Reply-To: <4e40e7be-ee7f-42d6-5a35-263a28201f67@redhat.com> References: <20161202104037.5456-1-lersek@redhat.com> <1480676373.13905.4.camel@redhat.com> <4e40e7be-ee7f-42d6-5a35-263a28201f67@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] scripts: add "git.orderfile" for ordering diff hunks by pathname patterns List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: John Snow , Stefan Hajnoczi , Fam Zheng , qemu devel list , "Michael S. Tsirkin" > # Apply this diff order to your git configuration with the command > # > # git config diff.orderFile scripts/git.orderfile Looks good to me. cheers, Gerd