From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9X9t-0005MA-1i for qemu-devel@nongnu.org; Sun, 05 Jun 2016 08:28:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9X9q-0001c1-N8 for qemu-devel@nongnu.org; Sun, 05 Jun 2016 08:27:59 -0400 Received: from mail-vk0-x22c.google.com ([2607:f8b0:400c:c05::22c]:34275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9X9p-0001bx-Va for qemu-devel@nongnu.org; Sun, 05 Jun 2016 08:27:58 -0400 Received: by mail-vk0-x22c.google.com with SMTP id e4so31871953vkb.1 for ; Sun, 05 Jun 2016 05:27:57 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <34d61a7f-c695-cf51-dccd-0e1f9b28d9c1@twiddle.net> References: <1464898022-97990-1-git-send-email-rolnik@amazon.com> <1464898022-97990-10-git-send-email-rolnik@amazon.com> <96b2c257-06f5-62d5-6982-b5fe1ee9c6d6@twiddle.net> <34d61a7f-c695-cf51-dccd-0e1f9b28d9c1@twiddle.net> From: Peter Maydell Date: Sun, 5 Jun 2016 13:27:37 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 10/10] target-avr: fixing code style List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: Michael Rolnik , QEMU Developers , Michael Rolnik On 4 June 2016 at 23:33, Richard Henderson wrote: > On 06/04/2016 11:34 AM, Michael Rolnik wrote: >> >> understood. but I am totally lost now. what should I do now. >> I've sent a set of patches last Friday, they should include all the fixes. > > > For the next round: > > git format-patch --cover-letter --subject-prefix='PATCH v4' master I recommend also -o my-patch-set-4 which will create a subdirectory 'my-patch-set-4' to put the patches in; otherwise you'll end up with patches for multiple versions all in the current working directory... > Edit 0000-cover-letter.patch to describe the patch set and changes since v3. > > git send-email --to=qemu-devel@nongnu.org --cc=rth@twiddle.net 00* ...and this wildcard will send them all at once by mistake. thanks -- PMM