From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH v6 00/16] x86/hvm: I/O emulation cleanup and fix Date: Thu, 9 Jul 2015 12:43:24 +0100 Message-ID: <559E5E5C.7000202@citrix.com> References: <1435940733-20856-1-git-send-email-paul.durrant@citrix.com> <559D6165020000780008E590@mail.emea.novell.com> <9AAE0902D5BC7E449B7C8E4E778ABCD02F4B538E@AMSPEX01CL02.citrite.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZDAEk-0003FX-53 for xen-devel@lists.xenproject.org; Thu, 09 Jul 2015 11:43:30 +0000 In-Reply-To: <9AAE0902D5BC7E449B7C8E4E778ABCD02F4B538E@AMSPEX01CL02.citrite.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Paul Durrant , Jan Beulich Cc: "xen-devel@lists.xenproject.org" List-Id: xen-devel@lists.xenproject.org On 09/07/15 12:31, Paul Durrant wrote: > > The problem is that (at least my version of) git format-patch --notes > refuses to put notes after the ---, but I'll resort to hand editing > the patches before I post them. You can add the changes to the commit message itself, then got format-patch/send-email does the right thing. I find it easiest to add the per-commit change notes when git commit --amend'ing or during the rebase when squashing patches together. David