From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cCvBr-0003Ye-KF for qemu-devel@nongnu.org; Fri, 02 Dec 2016 16:16:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cCvBm-0002s0-Lx for qemu-devel@nongnu.org; Fri, 02 Dec 2016 16:16:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60352) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cCvBm-0002rV-Gd for qemu-devel@nongnu.org; Fri, 02 Dec 2016 16:16:14 -0500 Date: Fri, 2 Dec 2016 19:16:09 -0200 From: Eduardo Habkost Message-ID: <20161202211609.GA14457@thinpad.lan.raisama.net> References: <20161202210152.6880-1-lersek@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161202210152.6880-1-lersek@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] 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: qemu devel list , Fam Zheng , "Michael S. Tsirkin" , Max Reitz , Gerd Hoffmann , Stefan Hajnoczi , John Snow On Fri, Dec 02, 2016 at 10:01:52PM +0100, Laszlo Ersek wrote: [...] > +docs/* > +*.txt > +configure > +GNUmakefile > +makefile > +Makefile* > +*.mak > +qapi-schema*.json > +qapi/*.json > +include/qapi/visitor.h > +include/qapi/visitor-impl.h > +scripts/qapi.py > +scripts/*.py > +*.h > +qapi/qapi-visit-core.c Maybe we could include test/* here, so test code appears before the implementation? > +*.c > -- > 2.9.2 > > -- Eduardo