From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cDjW0-0008Cj-JY for qemu-devel@nongnu.org; Sun, 04 Dec 2016 22:00:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cDjVx-0007qK-9V for qemu-devel@nongnu.org; Sun, 04 Dec 2016 22:00:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56452) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cDjVx-0007py-4T for qemu-devel@nongnu.org; Sun, 04 Dec 2016 22:00:25 -0500 Date: Mon, 5 Dec 2016 05:00:17 +0200 From: "Michael S. Tsirkin" Message-ID: <20161205045854-mutt-send-email-mst@kernel.org> References: <20161202210152.6880-1-lersek@redhat.com> <20161204192953-mutt-send-email-mst@kernel.org> <20161205003021.GB18650@lemon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161205003021.GB18650@lemon> 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: Fam Zheng Cc: Laszlo Ersek , qemu devel list , Max Reitz , Gerd Hoffmann , Stefan Hajnoczi , John Snow On Mon, Dec 05, 2016 at 08:30:21AM +0800, Fam Zheng wrote: > On Sun, 12/04 19:33, Michael S. Tsirkin wrote: > > > diff --git a/scripts/git.orderfile b/scripts/git.orderfile > > > new file mode 100644 > > > index 000000000000..3cab16e0505c > > > --- /dev/null > > > +++ b/scripts/git.orderfile > > > @@ -0,0 +1,20 @@ > > > +# Apply this diff order to your git configuration with the command > > > +# > > > +# git config diff.orderFile scripts/git.orderfile > > > + > > > +docs/* > > > > do we need this now? .txt is just below. > > It is useful for non-.txt files there, such as the bitmaps.md. > > Fam Let's add the .md suffix instead? For example, I'm not sure we want .cfg files on top like this. -- MST