Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760631AbYGQTRO (ORCPT ); Thu, 17 Jul 2008 15:17:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757378AbYGQTQ5 (ORCPT ); Thu, 17 Jul 2008 15:16:57 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:49746 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754916AbYGQTQ4 (ORCPT ); Thu, 17 Jul 2008 15:16:56 -0400 Date: Thu, 17 Jul 2008 12:16:18 -0700 (PDT) From: Linus Torvalds To: Len Brown cc: Andi Kleen , Jesse Barnes , "Rafael J. Wysocki" , Linux Kernel Mailing List , linux-acpi@vger.kernel.org Subject: Re: Please pull ACPI updates In-Reply-To: Message-ID: References: <20080716214516.GA10777@basil.nowhere.org> <200807170011.12184.rjw@sisk.pl> <200807161633.01375.jbarnes@virtuousgeek.org> <487EE940.1050007@firstfloor.org> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1004 Lines: 27 On Thu, 17 Jul 2008, Linus Torvalds wrote: > > No, what others do (if they know the tricks) is to say something like: > > git rebase -i Oh, and before anybody goes any further with this: it's a very convenient feature, but it _is_ still technically nothing but a very nice interface to cherry-picking and rebasing history. So all the caveats about _not_ doing this with public history that others have already seen and possibly merged are still in place. That part doesn't change at all. So it's great to do with private changes to clean them up before publicizing them, or possibly with branches that you have explicitly told people are _not_ stable, but it is still very much about creating a totally new history. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/