From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LvvpF-0002d4-QS for qemu-devel@nongnu.org; Mon, 20 Apr 2009 11:54:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LvvpA-0002cC-G5 for qemu-devel@nongnu.org; Mon, 20 Apr 2009 11:54:28 -0400 Received: from [199.232.76.173] (port=39893 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LvvpA-0002c9-9D for qemu-devel@nongnu.org; Mon, 20 Apr 2009 11:54:24 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:55294) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lvvp9-0006JI-GD for qemu-devel@nongnu.org; Mon, 20 Apr 2009 11:54:24 -0400 Received: from smtp1-g21.free.fr (localhost [127.0.0.1]) by smtp1-g21.free.fr (Postfix) with ESMTP id 857A19401BA for ; Mon, 20 Apr 2009 17:54:18 +0200 (CEST) Received: from laptop (vaf26-2-82-244-111-82.fbx.proxad.net [82.244.111.82]) by smtp1-g21.free.fr (Postfix) with ESMTP id 342259400E1 for ; Mon, 20 Apr 2009 17:54:16 +0200 (CEST) In-Reply-To: Subject: Re: [Qemu-devel] [PATCH, RFC] Add file describing rules for =?utf-8?q?_submitting?= patches From: "=?utf-8?q?Fran=C3=A7ois?= Revol" Date: Mon, 20 Apr 2009 17:54:22 +0200 CEST Message-Id: <12957330267-BeMail@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 > > > 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=3F > > > > > > > > > > > > > +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. Isn't it some opensource thingy =3F Then you can fix it, right =3F I don't enjoy the perspective of taking the burden of switching from svn to git just because of it. Fran=C3=A7ois.