From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 0/5] vTPM: Xen stubdom vTPM for HVM virtual machine Date: Mon, 5 Jan 2015 13:23:44 +0000 Message-ID: <1420464224.28863.9.camel@citrix.com> References: <1420001086-23929-1-git-send-email-quan.xu@intel.com> <20150105131851.GJ24360@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150105131851.GJ24360@zion.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: stefano.stabellini@eu.citrix.com, ian.jackson@eu.citrix.com, xen-devel@lists.xen.org, Quan Xu , samuel.thibault@ens-lyon.org, dgdegra@tycho.nsa.gov List-Id: xen-devel@lists.xenproject.org On Mon, 2015-01-05 at 13:18 +0000, Wei Liu wrote: > FWIW in the future please configure git to chain all your patches to one > thread. :-) > > What I usually do is to > > git format-patch HEAD~NNN --cover --subject-prefix='PATCH vXX' > ... edit 0000-cover-letter.patch ... > git send-email --to xen-devel@ --cc XXX > > All patches will be chained to 00/00 cover letter. FWIW I author 00/NN in my regular MUA then: git format-patch HEAD~NNN --in-reply-to='' --subject-prefix='PATCH vXX' But the affect is the same I think. Ian.