Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756519AbYCXXkp (ORCPT ); Mon, 24 Mar 2008 19:40:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755911AbYCXXkH (ORCPT ); Mon, 24 Mar 2008 19:40:07 -0400 Received: from rv-out-0910.google.com ([209.85.198.186]:13435 "EHLO rv-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755776AbYCXXkF (ORCPT ); Mon, 24 Mar 2008 19:40:05 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DF18G7oBreAe6d8vdW5rZlvLyW4Svpo+Deepn8KjaFZubsPJbZMFJpBT+HWA1a/GnMwAaweBdKTETtuxSKzlgsrs3UrwcecdK6yJI71bhTCKPiXHMwkLtApygnyJIQpfEMWc/BM9rRoy0eKJVDaLkJTDzWrfNqj9Ed0Whbn3Muc= Message-ID: Date: Mon, 24 Mar 2008 23:40:04 +0000 From: "Catalin Marinas" To: "Rene Herman" Subject: Re: [ANNOUNCE] Stacked GIT 0.14.2 Cc: "Junio C Hamano" , "Jan Engelhardt" , git , "Linux Kernel Mailing List" , "Josef Sipek" , "Linus Torvalds" In-Reply-To: <47E837E8.7000606@keyaccess.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47E81037.5030808@keyaccess.nl> <7vlk47ua3v.fsf@gitster.siamese.dyndns.org> <47E82BDD.9060507@keyaccess.nl> <47E837E8.7000606@keyaccess.nl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1732 Lines: 34 On 24/03/2008, Rene Herman wrote: > used to use quilt and although I > didn't much care for its linear nature when managing an entire tree, it > probably works out well for private topic branches. Not overly sure of added > practical value over git rebase, but I did like the simple nature of > shuffling things around by just editing a series file back when I was using > quilt. Keeps one on top of things, so to speak (<-- amusing play on words). Git rebasing is useful but using a patch management tool is much easier, especially when you need to post a series of patches multiple times while implementing others' comments. And this is not only for private branches but public ones that are meant for upstream merging. The problem with these tools is that they rewrite the history of the repository but they are OK if you aren't in a position where people need to base their work on your tree. I would much prefer to simply commit the additional comments at the top of a branch without changing the history but this makes patch posting and reviewing more difficult. Because of this requirement to keep clean patches (which I think is fair), people using maintainers' branches can only use rebasing (or some patch management tool). > Moreover not too keen on using many tools do do one thing, so getting this > inside git itself sounded like a possibly nice notion. I don't like using many tools either, hence I use mostly StGIT :-). -- Catalin -- 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/