Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750749AbWAIFx4 (ORCPT ); Mon, 9 Jan 2006 00:53:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751164AbWAIFxz (ORCPT ); Mon, 9 Jan 2006 00:53:55 -0500 Received: from fmr14.intel.com ([192.55.52.68]:64896 "EHLO fmsfmr002.fm.intel.com") by vger.kernel.org with ESMTP id S1750749AbWAIFxy convert rfc822-to-8bit (ORCPT ); Mon, 9 Jan 2006 00:53:54 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Subject: RE: git pull on Linux/ACPI release tree Date: Mon, 9 Jan 2006 00:53:12 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: git pull on Linux/ACPI release tree Thread-Index: AcYUiMwPhgoBlx6KSjq/Dh8hEV8oYAAV/RaA From: "Brown, Len" To: "Martin Langhoff" Cc: "David S. Miller" , , , , , X-OriginalArrivalTime: 09 Jan 2006 05:53:15.0685 (UTC) FILETIME=[FBD41D50:01C614E0] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1478 Lines: 37 >On 1/9/06, Brown, Len wrote: >> Perhaps the tools should try to support what "a lot of people" >> expect, rather than making "a lot of people" do extra work >> because of the tools? > >I think it does. All the tricky stuff that David and Junio have been >discussing is actually done very transparently by > > git-rebase > >Now, git-rebase uses git-format-patch | git-am so >it sometimes has problems merging. In that case, you can choose to >either resolve the problem (see the doco for how to signal to git-am >that you've resolved a conflict) or to cancel the rebase. If you >choose to cancel the rebase, do > > cp .git/refs/heads/{,} > cat .git/HEAD_ORIG > .git/refs/heads/ > git-reset --hard > rm -fr .dotest > >and you'll be back to where you started. Perhaps this could be rolled >into something like git-rebase --cancel to make it easier, but that's >about it. The toolchain definitely supports it. This is completely insane. Do you have any idea what "sometimes has problems merging" means in practice? It means the tools are really nifty in the trivial case but worse than worthless when you need them the most. -Len - 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/