From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Langhoff Subject: Re: git pull on Linux/ACPI release tree Date: Wed, 11 Jan 2006 09:33:11 +1300 Message-ID: <46a038f90601101233h5def4840k315be9520796b5e@mail.gmail.com> References: <20060108230611.GP3774@stusta.de> <20060110201909.GB3911@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Cc: Linus Torvalds , "Brown, Len" , "David S. Miller" , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, akpm@osdl.org, git@vger.kernel.org X-From: git-owner@vger.kernel.org Tue Jan 10 21:33:44 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EwQBB-0002GM-Se for gcvg-git@gmane.org; Tue, 10 Jan 2006 21:33:18 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932612AbWAJUdO (ORCPT ); Tue, 10 Jan 2006 15:33:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932615AbWAJUdO (ORCPT ); Tue, 10 Jan 2006 15:33:14 -0500 Received: from wproxy.gmail.com ([64.233.184.196]:7534 "EHLO wproxy.gmail.com") by vger.kernel.org with ESMTP id S932612AbWAJUdN convert rfc822-to-8bit (ORCPT ); Tue, 10 Jan 2006 15:33:13 -0500 Received: by wproxy.gmail.com with SMTP id 71so3478578wra for ; Tue, 10 Jan 2006 12:33:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jieoAXgq96YPFX++bqeswZHKmgmOlSlFOTsXDc9p9BIQQY0Btk3F1CFxdHymbGPBcYiRviaADepn4LrLFAjytiMk77L459+DCrQcT/r0/7RE2RpjGE0H6yIZV1y+XIz9897x5OGkpgGPgjkpmFU9Pkm7NxI6ULzag7q0qHy2NKQ= Received: by 10.54.115.5 with SMTP id n5mr5751765wrc; Tue, 10 Jan 2006 12:33:11 -0800 (PST) Received: by 10.54.71.5 with HTTP; Tue, 10 Jan 2006 12:33:11 -0800 (PST) To: Adrian Bunk In-Reply-To: <20060110201909.GB3911@stusta.de> Content-Disposition: inline Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On 1/11/06, Adrian Bunk wrote: > I am using the workaround of carrying the patches in a mail folder, > applying them in a batch, and not pulling from your tree between > applying a batch of patches and you pulling from my tree. In that case, there's a mostly automated way of doing that if you read the last couple lines of git-rebase, using something along the lines of git-format-patch | git-am -3 -k > I'd say the main problem is that git with several other projects like > cogito and stg on top of it allow many different workflows. But finding > the one that suits one's needs without doing something in a wrong way > is non-trivial. You are right about that, but much of the space (of what workflows are interesting) is still being explored, and git and the porcelains reacting to people's interests. So it's still a moving target. A fast moving target. cheers, martin