From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LvuHP-0002zZ-36 for qemu-devel@nongnu.org; Mon, 20 Apr 2009 10:15:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LvuHI-0002ym-9Y for qemu-devel@nongnu.org; Mon, 20 Apr 2009 10:15:24 -0400 Received: from [199.232.76.173] (port=59182 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LvuHH-0002yU-7P for qemu-devel@nongnu.org; Mon, 20 Apr 2009 10:15:19 -0400 Received: from rv-out-0708.google.com ([209.85.198.251]:35346) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LvuHG-0005Bq-VK for qemu-devel@nongnu.org; Mon, 20 Apr 2009 10:15:19 -0400 Received: by rv-out-0708.google.com with SMTP id c5so409461rvf.22 for ; Mon, 20 Apr 2009 07:15:18 -0700 (PDT) Message-ID: <49EC8372.9080504@codemonkey.ws> Date: Mon, 20 Apr 2009 09:15:14 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH, RFC] Add file describing rules for submitting patches References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Blue Swirl wrote: > Hi, > > I gathered a few common complaints about patch submission, hopefully > not too much affected by my consumption of small amounts of various > alcoholic substances. > > Comments, objections? > > +SP4.1: It must be possible to apply the patch with quilt (equivalent > +to patch -p1) and "git am" without any editing or extra flags svn diff generates -p0 patches so both -p1 and -p0 should be accepted. Regards, Anthony Liguori