From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwdJl-0002J4-O5 for qemu-devel@nongnu.org; Wed, 22 Apr 2009 10:20:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwdJg-0002I9-P1 for qemu-devel@nongnu.org; Wed, 22 Apr 2009 10:20:52 -0400 Received: from [199.232.76.173] (port=58390 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwdJg-0002I6-Jm for qemu-devel@nongnu.org; Wed, 22 Apr 2009 10:20:48 -0400 Received: from mail-fx0-f219.google.com ([209.85.220.219]:40378) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwdJg-0002lJ-9T for qemu-devel@nongnu.org; Wed, 22 Apr 2009 10:20:48 -0400 Received: by fxm19 with SMTP id 19so268222fxm.34 for ; Wed, 22 Apr 2009 07:20:44 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <49EF1A26.70007@us.ibm.com> References: <49EF1A26.70007@us.ibm.com> Date: Wed, 22 Apr 2009 16:20:44 +0200 Message-ID: <761ea48b0904220720h48a3c53cv9f90a3c94a31f5d5@mail.gmail.com> Subject: Re: [Qemu-devel] Switching to git From: Laurent Desnogues Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: "qemu-devel@nongnu.org" 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 :-) Laurent