git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alex Riesen <raa.lkml@gmail.com>
To: Geoffrey Irving <irving@naml.us>
Cc: git@vger.kernel.org, Dylan Simon <dylan@dylex.net>
Subject: Re: one half of a rebase
Date: Fri, 11 Sep 2009 23:10:38 +0200	[thread overview]
Message-ID: <81b0412b0909111410k3f3ebfaco393bb37ff5a6b5c1@mail.gmail.com> (raw)
In-Reply-To: <7f9d599f0909111025q42e3cdc6vba602b84c1d81215@mail.gmail.com>

On Fri, Sep 11, 2009 at 19:25, Geoffrey Irving <irving@naml.us> wrote:
> If I could do (2) as a separate operation, it would look something like
>
>    git cherry-pick-all topic
>
> which is simpler and faster since it avoids switching files back and
> forth (master to topic and back).  Is there a robust way to achieve
> the cherry-pick-all semantics with current commands?  If not, how
> difficult would it be to partition rebase accordingly?

I have this in my .bashrc:

$ gcp3 ()
{
    git format-patch -k --stdout --full-index "$@" | git am -k -3 --binary
}

Then, while on master branch:

$ gcp3 master..topic

  parent reply	other threads:[~2009-09-11 21:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-11 17:25 one half of a rebase Geoffrey Irving
2009-09-11 18:39 ` Matthieu Moy
2009-09-11 21:10 ` Alex Riesen [this message]
2009-09-12  2:23   ` Geoffrey Irving
2009-09-12 14:38     ` Paolo Bonzini

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=81b0412b0909111410k3f3ebfaco393bb37ff5a6b5c1@mail.gmail.com \
    --to=raa.lkml@gmail.com \
    --cc=dylan@dylex.net \
    --cc=git@vger.kernel.org \
    --cc=irving@naml.us \
    /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).