Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932920AbYGQUO2 (ORCPT ); Thu, 17 Jul 2008 16:14:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759937AbYGQUOS (ORCPT ); Thu, 17 Jul 2008 16:14:18 -0400 Received: from one.firstfloor.org ([213.235.205.2]:33649 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759781AbYGQUOS (ORCPT ); Thu, 17 Jul 2008 16:14:18 -0400 Message-ID: <487FA816.6070208@firstfloor.org> Date: Thu, 17 Jul 2008 22:14:14 +0200 From: Andi Kleen User-Agent: Thunderbird 1.5.0.12 (X11/20060911) MIME-Version: 1.0 To: Linus Torvalds CC: Ray Lee , Jesse Barnes , "Rafael J. Wysocki" , torvalds@linuxfoundation.org, linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: Please pull ACPI updates References: <20080716214516.GA10777@basil.nowhere.org> <200807170011.12184.rjw@sisk.pl> <200807161633.01375.jbarnes@virtuousgeek.org> <487EEAEB.4050009@firstfloor.org> <487F71E8.9050705@firstfloor.org> <2c0942db0807171211s39e2653fwdc50f92d9c3020d2@mail.gmail.com> <487FA24B.9060803@firstfloor.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 906 Lines: 22 Linus Torvalds wrote: > On Thu, 17 Jul 2008, Andi Kleen wrote: >> The whole point of the exercise of cleaning up/rewriting the history is to make >> the tree as bisectable as possible. > > No. > > "git bisect" is perfetly able to handle merges. They are _fine_. The issue I worry about is it hitting between changes and their fixup. e.g. for example if I find that specific change doesn't compile in some special configuration then I amend it to fix that. Alternatively I could put in a fixup commit afterwards, but then if someone did bisect and the bisect hit inbetween the change and the fixup they might end up with a tree that doesn't compile. -Andi -- 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/