From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LvvQw-0005Jh-Vg for qemu-devel@nongnu.org; Mon, 20 Apr 2009 11:29:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LvvQp-0005DC-Vw for qemu-devel@nongnu.org; Mon, 20 Apr 2009 11:29:22 -0400 Received: from [199.232.76.173] (port=49722 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LvvQp-0005Cx-Mo for qemu-devel@nongnu.org; Mon, 20 Apr 2009 11:29:15 -0400 Received: from mail-bw0-f175.google.com ([209.85.218.175]:60534) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LvvQp-0002Cc-AC for qemu-devel@nongnu.org; Mon, 20 Apr 2009 11:29:15 -0400 Received: by bwz23 with SMTP id 23so508698bwz.34 for ; Mon, 20 Apr 2009 08:29:13 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <49EC8372.9080504@codemonkey.ws> References: <49EC8372.9080504@codemonkey.ws> Date: Mon, 20 Apr 2009 18:29:11 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH, RFC] Add file describing rules for submitting patches From: Blue Swirl Content-Type: text/plain; charset=UTF-8 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 On 4/20/09, Anthony Liguori wrote: > 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. Quilt does not accept -p0 patches without extra work. Remember, the idea is to reduce our burden, make it easier to test and apply patches. Diff can generate other types of diffs besides the unified type but we don't want any other.