From: Stephan Beyer <s-beyer@gmx.net>
To: Daniel Barkalow <barkalow@iabervon.org>
Cc: Avery Pennarun <apenwarr@gmail.com>,
Alex Riesen <raa.lkml@gmail.com>,
Git Mailing List <git@vger.kernel.org>
Subject: Re: git rebase to move a batch of patches onto the current branch
Date: Fri, 25 Jul 2008 21:25:00 +0200 [thread overview]
Message-ID: <20080725192500.GB13539@leksak.fem-net> (raw)
In-Reply-To: <alpine.LNX.1.00.0807251509390.19665@iabervon.org>
Hi,
Daniel Barkalow wrote:
> > On 7/24/08, Alex Riesen <raa.lkml@gmail.com> wrote:
> > > Avery Pennarun, Thu, Jul 24, 2008 22:16:06 +0200:
> > > > On 7/24/08, Alex Riesen <raa.lkml@gmail.com> wrote:
> > >
> > > > > gcp3 ()
> > > > > {
> > > > > git format-patch -k --stdout --full-index "$@" | git am -k -3 --binary
> > > > > }
> > > >
> > > > But that'll give up when there are conflicts, right? git-rebase lets
> > > > me fix them in a nice way.
> > >
> > > No, it same as in rebase. You'll fix them and do "git am --resolved".
> > > See manpage of git am.
> >
> > Hmm, cool.
> >
> > So that command isn't too easy to come upon by accident. If I wanted
> > to submit a patch to make this process a bit more obvious, would it
> > make sense to simply have git-cherry-pick call that sequence when you
> > give it more than one commit?
>
> Before terribly long, we'll have "git sequencer", which should be easy to
> get to do the "rebase -i" thing with cherry-pick-style usage (somebody
> would just need to write code to generate the correct series of pick
> statements).
For simple cases this code could be something like:
git rev-list --reverse --cherry-pick --no-merges --first-parent <from>..<to> |
sed 's/^/pick /' | git sequencer
(At least this is what I use relatively often.)
But as long as git sequencer is not in official git, this is not an
option. :)
Regards,
Stephan
--
Stephan Beyer <s-beyer@gmx.net>, PGP 0x6EDDD207FCC5040F
next prev parent reply other threads:[~2008-07-25 19:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-24 19:57 git rebase to move a batch of patches onto the current branch Avery Pennarun
2008-07-24 20:13 ` Alex Riesen
2008-07-24 20:16 ` Avery Pennarun
2008-07-24 20:30 ` Alex Riesen
2008-07-24 20:42 ` Avery Pennarun
2008-07-25 19:16 ` Daniel Barkalow
2008-07-25 19:25 ` Stephan Beyer [this message]
2008-07-25 20:00 ` Alex Riesen
2008-07-25 20:31 ` Björn Steinbrink
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=20080725192500.GB13539@leksak.fem-net \
--to=s-beyer@gmx.net \
--cc=apenwarr@gmail.com \
--cc=barkalow@iabervon.org \
--cc=git@vger.kernel.org \
--cc=raa.lkml@gmail.com \
/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