From: "Catalin Marinas" <catalin.marinas@gmail.com>
To: "Rene Herman" <rene.herman@keyaccess.nl>
Cc: "Junio C Hamano" <gitster@pobox.com>,
"Jan Engelhardt" <jengelh@computergmbh.de>,
git <git@vger.kernel.org>,
"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
"Josef Sipek" <jsipek@fsl.cs.sunysb.edu>,
"Linus Torvalds" <torvalds@linux-foundation.org>
Subject: Re: [ANNOUNCE] Stacked GIT 0.14.2
Date: Mon, 24 Mar 2008 23:40:04 +0000 [thread overview]
Message-ID: <b0943d9e0803241640h500e43ffgee55bb9e1b2b04e2@mail.gmail.com> (raw)
In-Reply-To: <47E837E8.7000606@keyaccess.nl>
On 24/03/2008, Rene Herman <rene.herman@keyaccess.nl> 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
next prev parent reply other threads:[~2008-03-24 23:40 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-24 19:59 [ANNOUNCE] Stacked GIT 0.14.2 Catalin Marinas
2008-03-24 20:15 ` Jan Engelhardt
2008-03-24 20:33 ` Rene Herman
2008-03-24 20:43 ` Junio C Hamano
2008-03-24 22:31 ` Rene Herman
2008-03-24 22:50 ` Catalin Marinas
2008-03-24 23:23 ` Rene Herman
2008-03-24 23:40 ` Catalin Marinas [this message]
2008-03-24 23:55 ` Josef Sipek
2008-03-25 9:50 ` slurping in guilt, was " Johannes Schindelin
2008-03-26 21:24 ` Junio C Hamano
2008-03-27 0:03 ` Josef Sipek
2008-03-24 23:55 ` Catalin Marinas
2008-03-24 23:24 ` Catalin Marinas
2008-03-24 23:39 ` Josef Sipek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b0943d9e0803241640h500e43ffgee55bb9e1b2b04e2@mail.gmail.com \
--to=catalin.marinas@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=jengelh@computergmbh.de \
--cc=jsipek@fsl.cs.sunysb.edu \
--cc=linux-kernel@vger.kernel.org \
--cc=rene.herman@keyaccess.nl \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).