From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwdLo-0002v0-ID for qemu-devel@nongnu.org; Wed, 22 Apr 2009 10:23:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwdLj-0002sn-8P for qemu-devel@nongnu.org; Wed, 22 Apr 2009 10:22:59 -0400 Received: from [199.232.76.173] (port=58438 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwdLj-0002si-5U for qemu-devel@nongnu.org; Wed, 22 Apr 2009 10:22:55 -0400 Received: from e32.co.us.ibm.com ([32.97.110.150]:33318) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LwdLi-00031U-Pc for qemu-devel@nongnu.org; Wed, 22 Apr 2009 10:22:55 -0400 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e32.co.us.ibm.com (8.13.1/8.13.1) with ESMTP id n3MEJkg7023247 for ; Wed, 22 Apr 2009 08:19:46 -0600 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v9.2) with ESMTP id n3MEMgas050694 for ; Wed, 22 Apr 2009 08:22:42 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n3MEMcqh019852 for ; Wed, 22 Apr 2009 08:22:39 -0600 Message-ID: <49EF282C.8010602@us.ibm.com> Date: Wed, 22 Apr 2009 09:22:36 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Switching to git References: <49EF1A26.70007@us.ibm.com> <761ea48b0904220720h48a3c53cv9f90a3c94a31f5d5@mail.gmail.com> In-Reply-To: <761ea48b0904220720h48a3c53cv9f90a3c94a31f5d5@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Desnogues Cc: "qemu-devel@nongnu.org" Laurent Desnogues wrote: > On Wed, Apr 22, 2009 at 3:22 PM, Anthony Liguori wrote: > [...] > >> For users, to get the latest QEMU bits, you would do: >> >> $ git clone git://git.savannah.nongnu.org/qemu.git >> >> >> For maintainers, Savannah has a getting started page that describes how to >> push commits at http://savannah.gnu.org/maintenance/UsingGit >> > > And what for people between users and maintainers, for instance those > who propose patches? Will there be some recommendations on how > to post patches so that it works well? And don't forget that for some > people just telling "a set of patches is good as long as it can be > bisected" is too short :-) > Yup, we'll have a SubmittingPatches that provides the recommended work flow. A really nice property of git is that if you use the various git tools to send patches (git-format-patch/git-send-email) then a maintainer can grab those automatically via git-am. It significantly reduces the likelihood of loosing information in the process. > Laurent > -- Regards, Anthony Liguori