From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LykVw-0003jh-EZ for qemu-devel@nongnu.org; Tue, 28 Apr 2009 06:26:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LykVq-0003jD-Iq for qemu-devel@nongnu.org; Tue, 28 Apr 2009 06:26:10 -0400 Received: from [199.232.76.173] (port=35866 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LykVq-0003j6-BO for qemu-devel@nongnu.org; Tue, 28 Apr 2009 06:26:06 -0400 Received: from mx2.redhat.com ([66.187.237.31]:46950) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LykVp-0004dI-GN for qemu-devel@nongnu.org; Tue, 28 Apr 2009 06:26:05 -0400 Message-ID: <49F6D9B1.9090301@redhat.com> Date: Tue, 28 Apr 2009 12:25:53 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: updating git tree References: <761ea48b0904272354w3267b367hb62ee873b5e50a29@mail.gmail.com> <200904281049.54617.Christoph.Egger@amd.com> <49F6CE81.7040809@siemens.com> <49F6D493.9050806@redhat.com> In-Reply-To: <49F6D493.9050806@redhat.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: Kevin Wolf Cc: Laurent Desnogues , Jan Kiszka , Christoph Egger , "C.W. Betts" , qemu-devel@nongnu.org On 04/28/09 12:04, Kevin Wolf wrote: > Jan Kiszka schrieb: >> If you have non-trivial changes pending, probably in multiple commits, I >> can only recommend using stgit (or guilt) to compensate the missing >> patch queue feature of git. It allows you to easily navigate back and >> forth in your patch queues before finally posting them. > > I haven't used these yet. Is there a real benefit compared to using a > normal git branch and rebase -i? No. Except that if you are used to use quilt, you can maintain your workflow. cheers, Gerd