From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtV8W-0008Vp-90 for qemu-devel@nongnu.org; Thu, 10 Jan 2013 22:18:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TtV8U-00073Z-Rf for qemu-devel@nongnu.org; Thu, 10 Jan 2013 22:18:28 -0500 Received: from e28smtp08.in.ibm.com ([122.248.162.8]:35851) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TtV8U-00073N-71 for qemu-devel@nongnu.org; Thu, 10 Jan 2013 22:18:26 -0500 Received: from /spool/local by e28smtp08.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 11 Jan 2013 08:46:40 +0530 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by d28dlp03.in.ibm.com (Postfix) with ESMTP id A1461125804D for ; Fri, 11 Jan 2013 08:48:24 +0530 (IST) Received: from d28av02.in.ibm.com (d28av02.in.ibm.com [9.184.220.64]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r0B3I7r131523044 for ; Fri, 11 Jan 2013 08:48:07 +0530 Received: from d28av02.in.ibm.com (loopback [127.0.0.1]) by d28av02.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r0B3I9IN013456 for ; Fri, 11 Jan 2013 14:18:09 +1100 Message-ID: <50EF8468.5000202@linux.vnet.ibm.com> Date: Fri, 11 Jan 2013 11:18:00 +0800 From: Wenchao Xia MIME-Version: 1.0 References: <1357708350-9917-1-git-send-email-xiawenc@linux.vnet.ibm.com> <1357708350-9917-4-git-send-email-xiawenc@linux.vnet.ibm.com> <50ED9329.40202@redhat.com> <50EE54ED.2090403@linux.vnet.ibm.com> <50EEC3C0.6030305@redhat.com> In-Reply-To: <50EEC3C0.6030305@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH V2 03/11] block: add snapshot and image info query function List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: aliguori@us.ibm.com, phrdina@redhat.com, stefanha@gmail.com, qemu-devel@nongnu.org, armbru@redhat.com, pbonzini@redhat.com, lcapitulino@redhat.com 于 2013-1-10 21:36, Eric Blake 写道: > On 01/09/2013 10:43 PM, Wenchao Xia wrote: > >>>> >>>> v2: >>> >>> Generally, the v2 information should go... >>> >> Do you know how to put change log under "---" in "git commit"? >> I found it inconvenient to edit every ".patch" file, so added the >> log directly in commit message. > > Sure - manually put a --- as part of your commit message. 'git am' > doesn't care if there is more than one ---. It does mean that you have > to float your S-o-b higher by hand, but doing it at commit time is > easier than doing post-editing of every .patch file at send-email time. > Also, if you are editing a v2 of an existing series, you probably > already have a S-o-b line in the commit message that you are amending, > making it easy to scroll to the bottom, add ---, and then your v2 info. > Thank you very much, this really helps. -- Best Regards Wenchao Xia