From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVnna-00036I-AP for qemu-devel@nongnu.org; Fri, 05 Aug 2016 18:41:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVnnV-0007zy-7s for qemu-devel@nongnu.org; Fri, 05 Aug 2016 18:41:01 -0400 Message-ID: <1470436840.12584.167.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Sat, 06 Aug 2016 08:40:40 +1000 In-Reply-To: <57A4CDA8.7050001@redhat.com> References: <1469745026.5978.235.camel@kernel.crashing.org> <57A4CDA8.7050001@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ppc: Rename #include'd .c files to .inc.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , qemu-ppc@nongnu.org Cc: david@gibson.dropbear.id.au, qemu-devel@nongnu.org, Richard Henderson On Fri, 2016-08-05 at 11:32 -0600, Eric Blake wrote: > Per http://wiki.qemu.org/Contribute/SubmitAPatch, if you would do: > > git config diff.renames true > > then your email would be MUCH smaller, calling our attention to what > changed to accommodate the rename rather than treating the entire > file as deleted than new contents. Just an oversight, I had it configured properly on another machine. The subsequent submission of that patch was correct.