git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff King <peff@peff.net>
To: Boyd Lynn Gerber <gerberb@zenez.com>
Cc: Git List <git@vger.kernel.org>
Subject: Re: Has the git shell revert been done so master should work?
Date: Mon, 25 Aug 2008 01:40:21 -0400	[thread overview]
Message-ID: <20080825054021.GA9785@sigill.intra.peff.net> (raw)
In-Reply-To: <alpine.LNX.1.10.0808242332580.6062@xenau.zenez.com>

On Sun, Aug 24, 2008 at 11:34:19PM -0600, Boyd Lynn Gerber wrote:

> > It's in 'next' but has not yet graduated to 'master'. You can try
> > cherry-picking 4cfc24af into master.
> 
> I have never used cherry-pick before.  I can not seem to get the right 
> incantation to get this into master to test it.  Could someone assist me 
> with how to get this into master for testing?

The usual way would be:

  git checkout master ;# if you are not already there
  git cherry-pick 4cfc24af

However, it looks like Junio has just pushed out a master that has the
commit in question.

-Peff

  reply	other threads:[~2008-08-25  5:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-24 13:02 Has the git shell revert been done so master should work? Boyd Lynn Gerber
2008-08-24 17:38 ` Jeff King
2008-08-25  5:34   ` Boyd Lynn Gerber
2008-08-25  5:40     ` Jeff King [this message]
2008-08-25  5:40     ` Junio C Hamano
2008-08-26 10:03       ` Boyd Lynn Gerber
2008-08-25  0:27 ` Junio C Hamano
2008-08-25 19:30 ` Boyd Lynn Gerber
2008-08-25 21:03   ` Jeff King
2008-08-26  1:28     ` Boyd Lynn Gerber

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=20080825054021.GA9785@sigill.intra.peff.net \
    --to=peff@peff.net \
    --cc=gerberb@zenez.com \
    --cc=git@vger.kernel.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).