From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cC2YY-0003ti-HM for qemu-devel@nongnu.org; Wed, 30 Nov 2016 05:56:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cC2YU-0006T1-1W for qemu-devel@nongnu.org; Wed, 30 Nov 2016 05:56:06 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44898) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cC2YT-0006Sc-SD for qemu-devel@nongnu.org; Wed, 30 Nov 2016 05:56:01 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CF5E48EB45 for ; Wed, 30 Nov 2016 10:56:00 +0000 (UTC) Message-ID: <1480503358.20354.23.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 30 Nov 2016 11:55:58 +0100 In-Reply-To: <9151aa4b-44ed-ee0f-4dac-581931b3e899@redhat.com> References: <9151aa4b-44ed-ee0f-4dac-581931b3e899@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] a suggestion to place *.c hunks last in patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: qemu devel list On Mi, 2016-11-30 at 11:08 +0100, Laszlo Ersek wrote: > Recent git releases support the diff.orderFile permanent setting. Cool. > configure > *Makefile* > *.json > *.txt > *.h > *.c I'd put *.txt to the head so doc updates come first. Otherwise the order looks good to me. Want sent a patch? Can this be automatically enabled per repo, like .gitignore, so it works without everybody tweaking its local git config? cheers, Gerd